Spaces:
Runtime error
Runtime error
Switch to plain FastAPI debug Space
Browse files
README.md
CHANGED
|
@@ -1,23 +1,20 @@
|
|
| 1 |
---
|
| 2 |
-
title: Minimal
|
| 3 |
emoji: ✅
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
| 9 |
-
base_path: /web
|
| 10 |
tags:
|
| 11 |
-
-
|
| 12 |
---
|
| 13 |
|
| 14 |
-
# minimal-
|
| 15 |
|
| 16 |
-
A
|
| 17 |
|
| 18 |
-
|
| 19 |
-
- `
|
| 20 |
-
- `
|
| 21 |
-
- `
|
| 22 |
-
|
| 23 |
-
The environment only maintains a small counter and always responds immediately.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Minimal FastAPI Demo
|
| 3 |
emoji: ✅
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
pinned: false
|
| 8 |
app_port: 8000
|
|
|
|
| 9 |
tags:
|
| 10 |
+
- debug
|
| 11 |
---
|
| 12 |
|
| 13 |
+
# minimal-fastapi-demo
|
| 14 |
|
| 15 |
+
A plain FastAPI Space used only to verify that the container starts and serves a page.
|
| 16 |
|
| 17 |
+
Routes:
|
| 18 |
+
- `/`
|
| 19 |
+
- `/health`
|
| 20 |
+
- `/logs`
|
|
|
|
|
|