mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 11:01:56 +02:00
Only store host, not path in wiki URL setting
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user