Prechádzať zdrojové kódy

Merge pull request #10 from nameczz/main

fix nginx miss header
ryjiang 3 rokov pred
rodič
commit
00666738c7

+ 1 - 1
client/src/consts/Localstorage.ts

@@ -1,2 +1,2 @@
 export const SESSION = 'CLOUD_SESSION';
-export const MILVUS_ADDRESS = 'milvus_address';
+export const MILVUS_ADDRESS = 'milvus-address';

+ 1 - 1
express/src/utils/Const.ts

@@ -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';