Parcourir la source

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

fengdan il y a 2 ans
Parent
commit
febac8cb91
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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"
   }
 }