We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e402e commit 4c155f1Copy full SHA for 4c155f1
Parse-Dashboard/app.js
@@ -229,7 +229,7 @@ module.exports = function (config, options) {
229
if (users && req.user && req.user.matchingUsername) {
230
res.append('username', req.user.matchingUsername);
231
}
232
- if (!req.path.startsWith('/v2')) {
+ if (!req.path.startsWith(`${mountPath}v2`)) {
233
res.send(`<!DOCTYPE html>
234
<html>
235
<head>
0 commit comments