(init): Keys and Prefix Management
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import { getSettings } from '$lib/server/settings';
|
||||
|
||||
export const load = async ({ fetch }) => {
|
||||
const settings = getSettings();
|
||||
const res = await fetch('/api');
|
||||
const data = await res.json();
|
||||
return { ...data, venueName: settings.venue_name };
|
||||
};
|
||||
Reference in New Issue
Block a user