From 7784c60c03ec277b456db6e2709383e302d9382b Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Fri, 3 Jul 2026 15:49:08 +0200 Subject: Added basic oauth flow --- ttun_server/endpoints.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'ttun_server/endpoints.py') 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 @@ -from fastapi import FastAPI - -base_endpoints = FastAPI() - -@base_endpoints.get('/health/') async def health(): return 'OK' -- cgit v1.2.3