feat: Add prefecture modification support (#170)

This commit is contained in:
alexay7
2025-08-21 22:19:25 +02:00
committed by GitHub
parent 15412911a9
commit 3d95a84739
21 changed files with 294 additions and 24 deletions

View File

@@ -196,6 +196,8 @@ export const USER = {
},
isLoggedIn,
ensureLoggedIn,
changeRegion: (regionId: number) =>
post('/api/v2/user/change-region', { regionId }),
}
export const USERBOX = {