|
|
@@ -332,7 +332,7 @@ module.exports = function(crowi) {
|
|
|
/^http:\/\/.+$/, // avoid miss in renaming
|
|
|
/.+\/edit$/,
|
|
|
/.+\.md$/,
|
|
|
- /^\/(installer|register|login|logout|admin|me|files|trash|paste|comments).+/,
|
|
|
+ /^\/(installer|register|login|logout|admin|me|files|trash|paste|comments)(\/.*|)$/,
|
|
|
];
|
|
|
|
|
|
var isCreatable = true;
|