소스 검색

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