feat: add resources
This commit is contained in:
6
packages/resources/public/config.js
Normal file
6
packages/resources/public/config.js
Normal file
@@ -0,0 +1,6 @@
|
||||
export const config = {
|
||||
api: () => location.origin,
|
||||
apps: {
|
||||
login: '/user/login',
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user