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