1
This commit is contained in:
8
backend/app/extensions.py
Normal file
8
backend/app/extensions.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from flask_cors import CORS
|
||||
from flask_jwt_extended import JWTManager
|
||||
from flask_sqlalchemy import SQLAlchemy
|
||||
|
||||
|
||||
db = SQLAlchemy()
|
||||
jwt = JWTManager()
|
||||
cors = CORS()
|
||||
Reference in New Issue
Block a user