Skip to content

Commit c65c51c

Browse files
committed
fix incorrect route, see #26
1 parent bf9d582 commit c65c51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

standalone-mtx-approuter/router/xs-app.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
},
88
"routes": [
99
{
10-
"source": "^/logout-page.html$",
11-
"target": "/mtxguestbook/logout-page.html",
10+
"source": "^/logout.html$",
11+
"target": "/mtxguestbook/logout.html",
1212
"service": "html5-apps-repo-rt",
1313
"authenticationType": "none"
1414
},

0 commit comments

Comments
 (0)