authproxy -> proxyauth
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ function initializeAuthwallExpressSync() {
|
||||
router.del = router.delete; // amend router.del for readability further on
|
||||
|
||||
app.engine('html', mustacheExpress());
|
||||
app.set('views', path.join(__dirname, 'authproxy'));
|
||||
app.set('views', path.join(__dirname, 'proxyauth'));
|
||||
app.set('view engine', 'html');
|
||||
|
||||
app
|
||||
|
||||
Reference in New Issue
Block a user