mirror of
https://github.com/documenso/documenso.git
synced 2026-08-23 23:02:22 +10:00
fix: improve unified settings (#3160)
This commit is contained in:
@@ -26,7 +26,7 @@ export const appMiddleware = async (c: Context, next: Next) => {
|
||||
}
|
||||
|
||||
// PRE-HANDLER CODE: Place code here to execute BEFORE the route handler runs.
|
||||
const redirectPath = await handleRedirects(c);
|
||||
const redirectPath = handleRedirects(c);
|
||||
|
||||
if (redirectPath) {
|
||||
debug.log('Redirecting from', path);
|
||||
|
||||
Reference in New Issue
Block a user