1
0
Fork 0

fixed redirect

This commit is contained in:
Frank Celler 2013-03-29 12:33:55 +01:00
parent a82c995664
commit 2275152c19
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ function routingAalApp (app, mount, prefix) {
"do" : "org/arangodb/actions/redirectRequest",
"options" : {
"permanently" : true,
"destination" : "index.html"
"destination" : mount + "/" + "index.html"
}
}
});