Skip to content

Commit

Permalink
Merge pull request #10 from nameczz/main
Browse files Browse the repository at this point in the history
fix nginx miss header
  • Loading branch information
shanghaikid authored Jan 4, 2022
2 parents 713b771 + c4d07bd commit 0066673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/consts/Localstorage.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SESSION = 'CLOUD_SESSION';
export const MILVUS_ADDRESS = 'milvus_address';
export const MILVUS_ADDRESS = 'milvus-address';
2 changes: 1 addition & 1 deletion express/src/utils/Const.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const ROW_COUNT = 'row_count';

// use in req header
export const MILVUS_ADDRESS = 'milvus_address';
export const MILVUS_ADDRESS = 'milvus-address';

// for lru cache
export const INSIGHT_CACHE = 'insight_cache';
Expand Down

0 comments on commit 0066673

Please sign in to comment.