itizawa преди 6 години
родител
ревизия
2b89726397
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/server/routes/index.js

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

@@ -31,7 +31,7 @@ module.exports = function(crowi, app) {
   const isInstalled = crowi.configManager.getConfig('crowi', 'app:installed');
 
   /* eslint-disable max-len, comma-spacing, no-multi-spaces */
-  
+
   app.get('/'                        , middlewares.applicationInstalled, loginRequired , page.showTopPage);
 
   // API v3