|
@@ -26,7 +26,7 @@ class GuessResult(CamelModel):
|
|
|
total_score: int
|
|
|
|
|
|
|
|
|
-@router.put("/")
|
|
|
+@router.put("")
|
|
|
def create_game(config: GameConfig, bg: BackgroundTasks, db: Session = Depends(get_db)):
|
|
|
coords = generate_points(config)
|
|
|
game_id = queries.create_game(db, config, coords)
|