revert: undo adminPath routing attempts — clean slate for restart
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
import { loadConfig } from '$lib/server/data';
|
||||
import type { Handle } from '@sveltejs/kit';
|
||||
|
||||
/**
|
||||
* handle: no URL rewriting here (that's reroute in hooks.ts).
|
||||
* Kept as a placeholder for future server-only middleware.
|
||||
*/
|
||||
export const handle: Handle = async ({ event, resolve }) => {
|
||||
return resolve(event);
|
||||
};
|
||||
Reference in New Issue
Block a user