Auto stash before merge of "Jens" and "origin/Jens"

This commit is contained in:
Jens Cornelsen
2025-02-21 22:23:31 +01:00
parent 37339da412
commit 47767e4316

View File

@@ -13,8 +13,13 @@ export const createCaller = createCallerFactory({
"admin/registriernummer": await import("../src/pages/api/admin/registriernummer.ts"),
"admin/stornieren": await import("../src/pages/api/admin/stornieren.ts"),
"aufnahme": await import("../src/pages/api/aufnahme/index.ts"),
<<<<<<< Updated upstream
<<<<<<< Updated upstream
"ausweise": await import("../src/pages/api/ausweise/index.ts"),
=======
"bedarfsausweis-wohnen/[uid]": await import("../src/pages/api/bedarfsausweis-wohnen/[uid].ts"),
"bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"),
>>>>>>> Stashed changes
=======
"bedarfsausweis-wohnen/[uid]": await import("../src/pages/api/bedarfsausweis-wohnen/[uid].ts"),
"bedarfsausweis-wohnen": await import("../src/pages/api/bedarfsausweis-wohnen/index.ts"),