Spaces:
Running
Running
abadesalex
commited on
Commit
•
7bb4307
1
Parent(s):
e512337
cors
Browse files
Api/app/__pycache__/main.cpython-310.pyc
CHANGED
Binary files a/Api/app/__pycache__/main.cpython-310.pyc and b/Api/app/__pycache__/main.cpython-310.pyc differ
|
|
Api/app/main.py
CHANGED
@@ -64,9 +64,9 @@ app_router.include_router(query_search_routes, prefix="/query", tags=["query"])
|
|
64 |
app_router.include_router(clear_variables_routes, prefix="/clear", tags=["clear"])
|
65 |
|
66 |
|
67 |
-
@app_router.get("/")
|
68 |
-
async def root():
|
69 |
-
|
70 |
|
71 |
|
72 |
# Serve static files from the 'out/_next/static' directory
|
|
|
64 |
app_router.include_router(clear_variables_routes, prefix="/clear", tags=["clear"])
|
65 |
|
66 |
|
67 |
+
# @app_router.get("/")
|
68 |
+
# async def root():
|
69 |
+
# return {"message": "Hello World"}
|
70 |
|
71 |
|
72 |
# Serve static files from the 'out/_next/static' directory
|