mirror of https://gitee.com/bigwinds/arangodb
fixed redirect
This commit is contained in:
parent
a82c995664
commit
2275152c19
|
@ -340,7 +340,7 @@ function routingAalApp (app, mount, prefix) {
|
|||
"do" : "org/arangodb/actions/redirectRequest",
|
||||
"options" : {
|
||||
"permanently" : true,
|
||||
"destination" : "index.html"
|
||||
"destination" : mount + "/" + "index.html"
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue