소스 검색

add comment

itizawa 6 년 전
부모
커밋
878b8cd3e5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/server/routes/page.js

+ 1 - 1
src/server/routes/page.js

@@ -451,7 +451,7 @@ module.exports = function(crowi, app) {
 
     if (page == null) {
       // page is not found
-      // TODO create not found page
+      // TODO GW-2735 create not found page
       // return res.render(`layout-${layoutName}/not_found_shared_page`);
     }