Browse Source

:wrench: api-server => api_url

visuddhinanda 1 năm trước cách đây
mục cha
commit
4c758a2a29
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      open-ai-server/config.orig.json

+ 1 - 1
open-ai-server/config.orig.json

@@ -1,5 +1,5 @@
 {
   "port": 4000,
   "debug": true,
-  "api-server": "https://staging.wikipali.org"
+  "api-url": "https://staging.wikipali.org/api"
 }