mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Only store host, not path in wiki URL setting
This commit is contained in:
parent
eb483e0ecf
commit
94bcfc0eac
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module.exports = WikiController =
|
|||
if page == ""
|
||||
page = "Main_Page"
|
||||
|
||||
wikiUrl = "#{settings.apis.wiki.url}/api.php"
|
||||
wikiUrl = "#{settings.apis.wiki.url}/learn-scripts/api.php"
|
||||
|
||||
logger.log page: page, "proxying request to wiki"
|
||||
|
||||
|
|
Loading…
Reference in a new issue