Browse Source

Prepare to active documentation view

Guénaël Muller 6 years ago
parent
commit
6e0839ef20
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tracim/__init__.py

+ 5 - 0
tracim/__init__.py View File

@@ -50,4 +50,9 @@ def main(global_config, **settings):
50 50
     default_controllers.bind(configurator)
51 51
     session_api = SessionController()
52 52
     session_api.bind(configurator)
53
+    # hapic.add_documentation_view(
54
+    #     '/api/v2/doc',
55
+    #     'Tracim v2 API',
56
+    #     'API of Tracim v2',
57
+    # )
53 58
     return configurator.make_wsgi_app()