Merge branch 'main' into feat/role-management-fixes
This commit is contained in:
commit
acd25c2e44
2 changed files with 2 additions and 2 deletions
2
app.py
2
app.py
|
@ -69,4 +69,4 @@ def expired_token_callback(*args):
|
||||||
|
|
||||||
@app.route("/")
|
@app.route("/")
|
||||||
def index():
|
def index():
|
||||||
return "Open App Stack API v1.0"
|
return "Stackspin API v1.0"
|
||||||
|
|
|
@ -6,4 +6,4 @@ api_v1 = Blueprint("api_v1", __name__, url_prefix="/api/v1")
|
||||||
@api_v1.route("/")
|
@api_v1.route("/")
|
||||||
@api_v1.route("/health")
|
@api_v1.route("/health")
|
||||||
def api_index():
|
def api_index():
|
||||||
return "Open App Stack API v1.0"
|
return "Stackspin API v1.0"
|
||||||
|
|
Loading…
Reference in a new issue