Skip to content

Commit 9723af1

Browse files
balogh.adam@icloud.combalogh.adam@icloud.com
authored andcommitted
ended
1 parent d0971e4 commit 9723af1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/fastapi_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ async def generate_invite_code(
330330
@app.post("/api/invite/use")
331331
async def use_invite_code(request: Request):
332332
try:
333-
return {"status": "success"}
333+
return {"status": "ended"}
334334
except Exception as e:
335335
logging.error(f"Error using invite code: {e}")
336336
raise HTTPException(status_code=500, detail="Internal server error")

0 commit comments

Comments
 (0)