refactor and set up authentication
This commit is contained in:
6
app/dependencies.py
Normal file
6
app/dependencies.py
Normal file
@@ -0,0 +1,6 @@
|
||||
import sqlalchemy
|
||||
|
||||
dbEngine = sqlalchemy.create_engine('sqlite:///db.sqlite')
|
||||
|
||||
def get_token_header():
|
||||
pass
|
||||
Reference in New Issue
Block a user