Skip to content
Snippets Groups Projects
Commit 461eb0b2 authored by Robert Latta's avatar Robert Latta
Browse files

added ims-classifier routes whilst in development

parent 77b5f7ab
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,9 @@ def create_app():
from inventory_provider.routes import ims_data
app.register_blueprint(ims_data.routes, url_prefix='/ims-data')
from inventory_provider.routes import ims_classifier
app.register_blueprint(ims_classifier.routes, url_prefix='/ims-classifier')
# end of IMS based routes
# OTRS routes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment