This commit is contained in:
parent
b1d2481e66
commit
76d9f46fa5
1 changed files with 4 additions and 0 deletions
4
frontend/src/hooks.server.ts
Normal file
4
frontend/src/hooks.server.ts
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
export async function handle({ event, resolve }) {
|
||||||
|
const response = await resolve(event);
|
||||||
|
return response;
|
||||||
|
}
|
Loading…
Reference in a new issue