ADD VOLUME_MOUNT
parent
8a78820e96
commit
b5678bc3f8
2
main.py
2
main.py
|
|
@ -6,7 +6,6 @@ import uvicorn
|
|||
import logging
|
||||
import auth
|
||||
from fastapi.security.api_key import APIKey
|
||||
import datetime
|
||||
|
||||
logging.basicConfig(level=logging.DEBUG) # add this line
|
||||
logger = logging.getLogger("foo")
|
||||
|
|
@ -50,7 +49,6 @@ def database(query,name,user):
|
|||
|
||||
app = FastAPI()
|
||||
|
||||
|
||||
@app.get("/")
|
||||
async def notify():
|
||||
return database(f"SELECT * FROM Notifications", "Stines-GmbH","")
|
||||
|
|
|
|||
Loading…
Reference in New Issue