Add license information
This commit is contained in:
6
src/routes/license/+page.server.ts
Normal file
6
src/routes/license/+page.server.ts
Normal file
@ -0,0 +1,6 @@
|
||||
import { error } from '@sveltejs/kit';
|
||||
import type { PageServerLoad } from './$types';
|
||||
|
||||
export const load: PageServerLoad = async () => {
|
||||
throw error(400, 'No license specified');
|
||||
}
|
||||
Reference in New Issue
Block a user