Implement API key authentication #1

Open
Alice wants to merge 4 commits from dev into main
Showing only changes of commit 91e78f40fc - Show all commits
-7
View File
@@ -1,7 +0,0 @@
from fastapi import FastAPI
app = FastAPI()
@app.get('/')
def read_root():
return {'Hello': 'World'}