j-js commited on
Commit
f717773
·
verified ·
1 Parent(s): 2e002b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def extract_game_context_fields(hidden_context: str) -> Dict[str, str]:
99
 
100
  @app.get("/health")
101
  def health() -> Dict[str, Any]:
102
- return {"ok": True, "app": "GMAT Solver v3"}
103
 
104
 
105
  @app.get("/", response_class=HTMLResponse)
 
99
 
100
  @app.get("/health")
101
  def health() -> Dict[str, Any]:
102
+ return {"ok": True, "app": "GMAT Solver v3 PATCH TEST 123"}
103
 
104
 
105
  @app.get("/", response_class=HTMLResponse)