Skip to content
Snippets Groups Projects
Unverified Commit 62187e0b authored by Varac's avatar Varac
Browse files

Rename API to Stackspin

parent 19802f56
No related branches found
No related tags found
1 merge request!55Resolve "Merge dashboard and dashboard-backend repos"
......@@ -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"
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment