잉여개발기 (SPDV) 2 年 前
コミット
267101ccf4
2 ファイル変更2 行追加1 行削除
  1. 2 1
      route/__init__.py
  2. 0 0
      route/view_category.py

+ 2 - 1
route/__init__.py

@@ -1,7 +1,8 @@
 from route.api_func_lang import api_func_lang
 from route.api_func_sha224 import api_func_sha224
 from route.api_image_view import api_image_view
-from route.api_raw import api_raw
+from route.api_w_raw import api_w_raw
+from route.api_w_render import api_w_render
 from route.api_recent_change import api_recent_change
 from route.api_recent_discuss import api_recent_discuss
 from route.api_search import api_search

+ 0 - 0
route/view_category.py