revert: undo adminPath routing attempts — clean slate for restart

This commit is contained in:
Falkan
2026-03-17 20:39:51 -04:00
parent 3a256ccef5
commit 51f047df3e
6 changed files with 1 additions and 72 deletions

View File

@@ -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);
};