Sfoglia il codice sorgente

fix(修正): 单词拼写错误

fengdan 2 anni fa
parent
commit
febac8cb91
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      http-client.env.json

+ 2 - 2
http-client.env.json

@@ -2,10 +2,10 @@
   "local": {
     "baseUrl": "http://127.0.0.1:48080/admin-api",
     "token": "test1",
-    "adminTenentId": "1",
+    "appTenantId": "1",
 
     "appApi": "http://127.0.0.1:48080/app-api",
     "appToken": "test1",
-    "appTenentId": "1"
+    "appTenantId": "1"
   }
 }