Rename API to Stackspin

This commit is contained in:
Varac 2022-05-31 13:40:46 +02:00
parent 19802f56eb
commit 62187e0b29
No known key found for this signature in database
GPG key ID: 5465E77E7876ED04
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"