From 98e375682a50f3cdeddc8e6af022d1e8d12f608d Mon Sep 17 00:00:00 2001 From: Rasmus Luha Date: Thu, 17 Mar 2022 13:48:15 +0200 Subject: file name fixes --- API/main.py | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 API/main.py (limited to 'API/main.py') diff --git a/API/main.py b/API/main.py deleted file mode 100644 index 8068243..0000000 --- a/API/main.py +++ /dev/null @@ -1,13 +0,0 @@ -from fastapi import FastAPI -from routers import get -import pandas as pd - -app = FastAPI() - -#CORS STUFF HERE - -app.include_router(get.router) - -@app.get("/", tags=["Index"]) -def getIndex(): - return {"Message": "Hello! add /docs for documentation"} -- cgit v1.2.3