feat: Quart app factory with health endpoint
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
from quart import Blueprint
|
||||
|
||||
auth_bp = Blueprint("auth", __name__)
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
from quart import Blueprint
|
||||
|
||||
auth_bp = Blueprint("auth", __name__)
|
||||