Skip to content

Commit 0066673

Browse files
authored
Merge pull request #10 from nameczz/main
fix nginx miss header
2 parents 713b771 + c4d07bd commit 0066673

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/consts/Localstorage.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
export const SESSION = 'CLOUD_SESSION';
2-
export const MILVUS_ADDRESS = 'milvus_address';
2+
export const MILVUS_ADDRESS = 'milvus-address';

express/src/utils/Const.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const ROW_COUNT = 'row_count';
22

33
// use in req header
4-
export const MILVUS_ADDRESS = 'milvus_address';
4+
export const MILVUS_ADDRESS = 'milvus-address';
55

66
// for lru cache
77
export const INSIGHT_CACHE = 'insight_cache';

0 commit comments

Comments
 (0)