mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Handle encoded parameters in request URL to wiki
This commit is contained in:
parent
bc2147993a
commit
13c6fcb8d9
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ module.exports = WikiController =
|
|||
request {
|
||||
url: wikiUrl
|
||||
qs: {
|
||||
page: page
|
||||
page: decodeURI(page)
|
||||
action: "parse"
|
||||
format: "json"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue