mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2025-10-29 17:12:32 +00:00
FIX: api version is now consistent with release
Change-Id: I25582e7937ec912666e2ba48d5687ec3ae694883
This commit is contained in:
committed by
EstherLerouzic
parent
7695db8674
commit
c30308eb92
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user