瀏覽代碼

Prepare to active documentation view

Guénaël Muller 7 年之前
父節點
當前提交
6e0839ef20
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      tracim/__init__.py

+ 5 - 0
tracim/__init__.py 查看文件

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