mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
fix assuming that trilium is exposed on the root path, closes #3452
This commit is contained in:
@@ -14,7 +14,7 @@ function setupPage(req, res) {
|
||||
windowService.closeSetupWindow();
|
||||
}
|
||||
else {
|
||||
res.redirect('/');
|
||||
res.redirect('.');
|
||||
}
|
||||
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user