From 62187e0b29a28aa4cc189fa44843c4c53ff5fa7b Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 31 May 2022 13:40:46 +0200 Subject: [PATCH] Rename API to Stackspin --- app.py | 2 +- areas/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.py b/app.py index 6e74b2f..44c28c7 100644 --- a/app.py +++ b/app.py @@ -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" diff --git a/areas/__init__.py b/areas/__init__.py index 1ab3870..ae4261e 100644 --- a/areas/__init__.py +++ b/areas/__init__.py @@ -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"