Update submodule
This commit is contained in:
parent
1d5016c176
commit
7c8fcf665e
12
api.py
12
api.py
@ -1,12 +0,0 @@
|
|||||||
from flask_restx import api
|
|
||||||
from flask import Blueprint
|
|
||||||
from .MRE.api import namespace as mre_namespace
|
|
||||||
|
|
||||||
blueprint = Blueprint('api', __name__)
|
|
||||||
api = Api(
|
|
||||||
blueprint,
|
|
||||||
doc='/doc/',
|
|
||||||
title='Quarter API documentatoin'
|
|
||||||
)
|
|
||||||
api.add_namespace(mre_namespace, '/mre')
|
|
||||||
|
|
||||||
2
mre
2
mre
@ -1 +1 @@
|
|||||||
Subproject commit 27cfe80cbdba084ab3a18fad6b4d288db30d9a32
|
Subproject commit ce94312099a10d3cf273e42d4b315ac17a2f187f
|
||||||
Loading…
Reference in New Issue
Block a user