Auto stash before rebase of "Jens" onto "origin/Jens"
3559
public/images/dashboard/AusweisHaken.svg
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
3559
public/images/dashboard/AusweisKreuz.svg
Normal file
|
After Width: | Height: | Size: 2.4 MiB |
3646
public/images/dashboard/GEGNachweisHaken.svg
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
3646
public/images/dashboard/GEGNachweisKreuz.svg
Normal file
|
After Width: | Height: | Size: 3.1 MiB |
36850
public/images/dashboard/PlanunterlagenHaken.svg
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
36850
public/images/dashboard/PlanunterlagenKreuz.svg
Normal file
|
After Width: | Height: | Size: 5.2 MiB |
864
public/images/dashboard/SanierungsfahrplanHaken.svg
Normal file
|
After Width: | Height: | Size: 582 KiB |
902
public/images/dashboard/SanierungsfahrplanKreuz.svg
Normal file
|
After Width: | Height: | Size: 583 KiB |
40357
public/images/dashboard/UnterlagenHaken.svg
Normal file
|
After Width: | Height: | Size: 10 MiB |
40357
public/images/dashboard/UnterlagenKreuz.svg
Normal file
|
After Width: | Height: | Size: 10 MiB |
|
Before Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 40 KiB |
@@ -12,10 +12,18 @@ export const createCaller = createCallerFactory({
|
|||||||
"admin/post-ausstellen": await import("../src/pages/api/admin/post-ausstellen.ts"),
|
"admin/post-ausstellen": await import("../src/pages/api/admin/post-ausstellen.ts"),
|
||||||
"admin/registriernummer": await import("../src/pages/api/admin/registriernummer.ts"),
|
"admin/registriernummer": await import("../src/pages/api/admin/registriernummer.ts"),
|
||||||
"admin/stornieren": await import("../src/pages/api/admin/stornieren.ts"),
|
"admin/stornieren": await import("../src/pages/api/admin/stornieren.ts"),
|
||||||
|
<<<<<<< Updated upstream
|
||||||
"auth/access-token": await import("../src/pages/api/auth/access-token.ts"),
|
"auth/access-token": await import("../src/pages/api/auth/access-token.ts"),
|
||||||
"auth/passwort-vergessen": await import("../src/pages/api/auth/passwort-vergessen.ts"),
|
"auth/passwort-vergessen": await import("../src/pages/api/auth/passwort-vergessen.ts"),
|
||||||
"auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"),
|
"auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"),
|
||||||
"aufnahme": await import("../src/pages/api/aufnahme/index.ts"),
|
"aufnahme": await import("../src/pages/api/aufnahme/index.ts"),
|
||||||
|
=======
|
||||||
|
"aufnahme": await import("../src/pages/api/aufnahme/index.ts"),
|
||||||
|
"ausweise": await import("../src/pages/api/ausweise/index.ts"),
|
||||||
|
"auth/access-token": await import("../src/pages/api/auth/access-token.ts"),
|
||||||
|
"auth/passwort-vergessen": await import("../src/pages/api/auth/passwort-vergessen.ts"),
|
||||||
|
"auth/refresh-token": await import("../src/pages/api/auth/refresh-token.ts"),
|
||||||
|
>>>>>>> Stashed changes
|
||||||
"bedarfsausweis-gewerbe/[id]": await import("../src/pages/api/bedarfsausweis-gewerbe/[id].ts"),
|
"bedarfsausweis-gewerbe/[id]": await import("../src/pages/api/bedarfsausweis-gewerbe/[id].ts"),
|
||||||
"bedarfsausweis-gewerbe": await import("../src/pages/api/bedarfsausweis-gewerbe/index.ts"),
|
"bedarfsausweis-gewerbe": await import("../src/pages/api/bedarfsausweis-gewerbe/index.ts"),
|
||||||
"bedarfsausweis-wohnen/[id]": await import("../src/pages/api/bedarfsausweis-wohnen/[id].ts"),
|
"bedarfsausweis-wohnen/[id]": await import("../src/pages/api/bedarfsausweis-wohnen/[id].ts"),
|
||||||
|
|||||||