Return something from loader in hammer route
This commit is contained in:
@ -26,6 +26,8 @@ export async function loader({ context }: { context: RequestContext }) {
|
||||
throw new Response(null, {
|
||||
status: 403,
|
||||
});
|
||||
|
||||
return null;
|
||||
}
|
||||
|
||||
export function meta() {
|
||||
|
Reference in New Issue
Block a user