Spaces:
Sleeping
Sleeping
Commit
·
bb4b044
1
Parent(s):
bcfbb95
fix root
Browse files
main.py
CHANGED
|
@@ -105,7 +105,7 @@ async def init_system_user():
|
|
| 105 |
|
| 106 |
|
| 107 |
@root_router.get("/", status_code=status.HTTP_200_OK)
|
| 108 |
-
async def root(
|
| 109 |
message = f'{SERVER_NAME} v{VERSION}'
|
| 110 |
return {"message": message}
|
| 111 |
|
|
|
|
| 105 |
|
| 106 |
|
| 107 |
@root_router.get("/", status_code=status.HTTP_200_OK)
|
| 108 |
+
async def root():
|
| 109 |
message = f'{SERVER_NAME} v{VERSION}'
|
| 110 |
return {"message": message}
|
| 111 |
|