mirror of
https://gitee.com/dromara/MaxKey.git
synced 2025-12-06 17:08:29 +08:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
export const CONSTS = {
|
|
CONGRESS: 'congress',
|
|
REDIRECT_URI: 'redirect_uri',
|
|
REMEMBER: 'remember',
|
|
VERSION: 'v3.5.0 GA'
|
|
};
|