Skip to content
Snippets Groups Projects
Commit e74c0a42 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Rename API main module

parent 497c2dfb
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
app.api.items
~~~~~~~~~~~~~
This module implements the items API.
This module implements the application API.
:copyright: (c) 2017 European Spallation Source ERIC
:license: BSD 2-Clause, see LICENSE for more details.
......
......@@ -17,7 +17,7 @@ from .models import User, Role, Action, Manufacturer, Model, Location, Status
from .admin.views import AdminModelView, ItemAdmin
from .main.views import bp as main
from .users.views import bp as users
from .api.items import bp as api
from .api.main import bp as api
from .defaults import defaults
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment