This commit is contained in:
2025-07-16 07:50:54 +09:00
parent fb145c44f2
commit 8f4d89325b
3 changed files with 199 additions and 5201 deletions

View File

@@ -40,11 +40,7 @@ async def getApiTrain():
})
return tapi.json()
with open("json/trains.json", "r") as f:
return json.load(f)
if __name__=="__main__":
import uvicorn
uvicorn.run(app)