You've already forked haproxy-wi
mirror of
https://github.com/roxy-wi/roxy-wi.git
synced 2025-12-15 11:54:05 +08:00
6 lines
96 B
Python
6 lines
96 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('api', __name__)
|
|
|
|
from app.api.routes import routes
|