This website works better with JavaScript
Home
Explore
Help
Sign In
wiki
/
weseek__growi
mirror of
https://github.com/weseek/growi
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
adjust
itizawa
5 years ago
parent
3b26c1e139
commit
d4ccc8f63f
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/server/middlewares/certify-shared-file.js
+ 1
- 1
src/server/middlewares/certify-shared-file.js
View File
@@ -40,7 +40,7 @@ module.exports = (crowi) => {
return;
});
-
return
next();
+ next();
};
};