fix: un-revert prefectures :BocchiSobSmile: (#173)

Co-authored-by: alexay7 <43906716+alexay7@users.noreply.github.com>
This commit is contained in:
Raymond
2025-08-22 08:24:48 -04:00
committed by GitHub
parent fc3f2171ee
commit 6ca419dd5b
22 changed files with 274 additions and 30 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 = {