ryuichi-e %!s(int64=5) %!d(string=hai) anos
pai
achega
d057b97fe9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/server/routes/apiv3/index.js

+ 1 - 0
src/server/routes/apiv3/index.js

@@ -37,6 +37,7 @@ module.exports = (crowi) => {
 
   router.use('/search', require('./search')(crowi));
 
+  router.use('/page', require('./page')(crowi));
   router.use('/pages', require('./pages')(crowi));
 
   router.use('/bookmarks', require('./bookmarks')(crowi));