Spaces:
Runtime error
Runtime error
Update appDeepseekCoder.py
Browse files- appDeepseekCoder.py +1 -1
appDeepseekCoder.py
CHANGED
@@ -5,7 +5,7 @@ import uvicorn
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
|
8 |
-
@app.get("/
|
9 |
def read_main():
|
10 |
return {"message": "Hello World from main app"}
|
11 |
|
|
|
5 |
app = FastAPI()
|
6 |
|
7 |
|
8 |
+
@app.get("/")
|
9 |
def read_main():
|
10 |
return {"message": "Hello World from main app"}
|
11 |
|