FIX: api version is now consistent with release

Change-Id: I25582e7937ec912666e2ba48d5687ec3ae694883
This commit is contained in:
Renato Ambrosone
2025-04-11 13:56:11 +02:00
committed by EstherLerouzic
parent 7695db8674
commit c30308eb92
4 changed files with 17 additions and 10 deletions

View File

@@ -4,6 +4,9 @@
"""
from flask import Flask
API_VERSION = "/api/v0.1"
app = Flask(__name__)
import gnpyapi.core.route.path_request_route # noqa: F401, E402
import gnpyapi.core.route.path_request_route # noqa: E402
import gnpyapi.core.route.status_route # noqa: F401, E402