Skip to content
Snippets Groups Projects
Commit 9722dce3 authored by Erik Reid's avatar Erik Reid
Browse files

added neteng blueprint routes

parent 64df2d8f
Branches
Tags
No related merge requests found
......@@ -74,6 +74,9 @@ def create_app():
from inventory_provider.routes import lnetd
app.register_blueprint(lnetd.routes, url_prefix='/LnetD')
from inventory_provider.routes import neteng
app.register_blueprint(neteng.routes, url_prefix='/neteng')
if app.config.get('ENABLE_TESTING_ROUTES', False):
from inventory_provider.routes import testing
app.register_blueprint(testing.routes, url_prefix='/testing')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment