I may be stupid, once again

This commit is contained in:
2026-01-01 15:56:37 +01:00
parent 85567d87b7
commit bb707ebaa0
2 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ from flask import jsonify, request
from pydantic import StrictStr
class GameController:
class ClientController:
def __init__(self, app):
self._register_routes(app)
self.config = Configuration(host="https://192.168.15.120:8000")