1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00
vault-frontend/src/constants/api.ts
2019-04-04 16:36:50 +07:00

6 lines
97 B
TypeScript

export const API = {
BASE: 'http://localhost:3000',
USER: {
LOGIN: '/user/login',
}
};