Browse Source

seperate simple and detail request

ming 3 years ago
parent
commit
692e420ff1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/main.py

+ 1 - 1
api/main.py

@@ -12,7 +12,7 @@ app = FastAPI()
 origins = [
     "https://hhh.com.tw"
     "http://172.105.205.52",
-    "http://172.105.205.52:800020",
+    "http://172.105.205.52:8001",
 ]
 
 app.add_middleware(