Skip to content
This repository has been archived by the owner on Sep 19, 2023. It is now read-only.

Commit

Permalink
Added endpoint for user config management
Browse files Browse the repository at this point in the history
Signed-off-by: RaenonX <[email protected]>
  • Loading branch information
RaenonX committed Jan 17, 2022
1 parent a7c927f commit 5b52d6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions paths/const/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ export enum GeneralPath {
// Others
UPDATE_UNIT_NAME_REF = '/name',
GAME_DATAMINE_INDEX = '/datamine',
// User Settings
USER_GENERAL = '/user/general',
USER_NOTIFICATION = '/user/notifications',
// Not game related
ABOUT = '/about',
SPECIAL_THANKS = '/thanks',
Expand Down

0 comments on commit 5b52d6b

Please sign in to comment.