Update readme

This commit is contained in:
Eden Kirin
2023-03-25 16:30:17 +01:00
parent 894d2b0707
commit f8506a66ba
2 changed files with 21 additions and 13 deletions

View File

@ -10,7 +10,7 @@ logging.basicConfig(
level=settings.log_level,
format="%(asctime)s %(levelname)s - %(message)s",
)
logging.info("JFK Game server started.")
logging.info("FairHopper Game Server started.")
app = FastAPI()
app.include_router(router, tags=["Game API"])