ragflow / web /src /constants /authorization.ts
balibabu
feat: prevent the user from entering the knowledge base if he is not logged in (#45)
04aba1b
raw
history blame
112 Bytes
export const Authorization = 'Authorization';
export const Token = 'token';
export const UserInfo = 'userInfo';