Moved the token-based functions in the new API folder and started commenting them. Changed the database_utils function to deal with the new format commented in api/routes.py. Minor adjustments in boot.sh function.
5 lines
88 B
Python
5 lines
88 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('api', __name__)
|
|
|
|
from app.api import routes |