Merge branch 'main' into feat/role-management-fixes

This commit is contained in:
Davor 2022-06-06 10:25:43 +02:00
commit acd25c2e44
2 changed files with 2 additions and 2 deletions

2
app.py
View file

@ -69,4 +69,4 @@ def expired_token_callback(*args):
@app.route("/")
def index():
return "Open App Stack API v1.0"
return "Stackspin API v1.0"

View file

@ -6,4 +6,4 @@ api_v1 = Blueprint("api_v1", __name__, url_prefix="/api/v1")
@api_v1.route("/")
@api_v1.route("/health")
def api_index():
return "Open App Stack API v1.0"
return "Stackspin API v1.0"