summaryrefslogtreecommitdiffstats
path: root/ttun_server/endpoints.py
diff options
context:
space:
mode:
Diffstat (limited to 'ttun_server/endpoints.py')
-rw-r--r--ttun_server/endpoints.py5
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 @@
1from fastapi import FastAPI
2
3base_endpoints = FastAPI()
4
5@base_endpoints.get('/health/')
6async def health(): 1async def health():
7 return 'OK' 2 return 'OK'