authproxy -> proxyauth

This commit is contained in:
Girish Ramakrishnan
2020-11-10 20:04:31 -08:00
parent 772df6f9af
commit b799df3626
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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