Ver código fonte

Prepare to active documentation view

Guénaël Muller 7 anos atrás
pai
commit
6e0839ef20
1 arquivos alterados com 5 adições e 0 exclusões
  1. 5 0
      tracim/__init__.py

+ 5 - 0
tracim/__init__.py Ver arquivo

@@ -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()