(refactor) boilerplate .gitignore, cleaned up folders
This commit is contained in:
parent
356058e1f9
commit
d13c5885d8
5 changed files with 176 additions and 8 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import os
|
||||
from flask import Flask
|
||||
from models import db, init_db
|
||||
from routes.auth import auth_bp
|
||||
from routes.user_auth.auth import auth_bp
|
||||
from dotenv import load_dotenv
|
||||
from flask_cors import CORS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue