diff options
Diffstat (limited to 'ttun_server/endpoints.py')
| -rw-r--r-- | ttun_server/endpoints.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ttun_server/endpoints.py b/ttun_server/endpoints.py index 51c17aa..61e3f21 100644 --- a/ttun_server/endpoints.py +++ b/ttun_server/endpoints.py | |||
| @@ -1,7 +1,2 @@ | |||
| 1 | from fastapi import FastAPI | ||
| 2 | |||
| 3 | base_endpoints = FastAPI() | ||
| 4 | |||
| 5 | @base_endpoints.get('/health/') | ||
| 6 | async def health(): | 1 | async def health(): |
| 7 | return 'OK' | 2 | return 'OK' |
