Spaces:
Sleeping
Sleeping
Evilmass
commited on
Commit
·
2551afb
1
Parent(s):
60daf25
multiplayer 404
Browse files
app.py
CHANGED
|
@@ -27,9 +27,9 @@ def root():
|
|
| 27 |
return {"Hello": "World!"}
|
| 28 |
|
| 29 |
|
| 30 |
-
@app.get("/MultiplayerServer/ListPartyQosServers")
|
| 31 |
-
def multiplayer():
|
| 32 |
-
|
| 33 |
|
| 34 |
|
| 35 |
@app.get("/systems/EAR-B-WW/00001/system.json", response_model=SystemInfo)
|
|
|
|
| 27 |
return {"Hello": "World!"}
|
| 28 |
|
| 29 |
|
| 30 |
+
# @app.get("/MultiplayerServer/ListPartyQosServers")
|
| 31 |
+
# def multiplayer():
|
| 32 |
+
# return status.HTTP_404_NOT_FOUND
|
| 33 |
|
| 34 |
|
| 35 |
@app.get("/systems/EAR-B-WW/00001/system.json", response_model=SystemInfo)
|