diff options
| author | 2026-07-03 15:49:08 +0200 | |
|---|---|---|
| committer | 2026-07-03 15:49:14 +0200 | |
| commit | 7784c60c03ec277b456db6e2709383e302d9382b (patch) | |
| tree | a008def666f04041fe77740693d42cfef89af558 /ttun_server/endpoints.py | |
| parent | fb28c648390464c75ba4903b0e1e0ff2642c8ffb (diff) | |
| download | server-7784c60c03ec277b456db6e2709383e302d9382b.tar.gz server-7784c60c03ec277b456db6e2709383e302d9382b.tar.bz2 server-7784c60c03ec277b456db6e2709383e302d9382b.zip | |
Added basic oauth flow
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' |
