Browse Source

fixed the prox issue

master
silberengel 8 months ago
parent
commit
2c0c98190f
  1. 5
      src/routes/proxy+layout.ts

5
src/routes/proxy+layout.ts

@ -0,0 +1,5 @@ @@ -0,0 +1,5 @@
import type { LayoutLoad } from "./$types";
export const load: LayoutLoad = async () => {
return {};
};
Loading…
Cancel
Save