ADD VOLUME_MOUNT
This commit is contained in:
@@ -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","")
|
||||
|
||||
Reference in New Issue
Block a user