frontend update
This commit is contained in:
7
react/shared/constants.js
Normal file
7
react/shared/constants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
export const API_DATETIME_FORMAT = "yyyy-MM-dd HH:mm:ss";
|
||||
export const API_DATE_FORMAT = "yyyy-MM-dd";
|
||||
export const API_TIME_FORMAT = "HH:mm:ss";
|
||||
|
||||
export const USER_GROUP_ADMIN = 1;
|
||||
export const USER_GROUP_SUPPORT = 2;
|
||||
export const USER_GROUP_MODERATOR = 3;
|
||||
Reference in New Issue
Block a user