mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
added envs
This commit is contained in:
parent
bfc779745a
commit
d8aee64082
6 changed files with 652 additions and 383 deletions
|
@ -1,5 +1,5 @@
|
|||
export const API = {
|
||||
BASE: 'http://localhost:3333',
|
||||
BASE: process.env.API_HOST,
|
||||
USER: {
|
||||
LOGIN: '/auth/login',
|
||||
ME: '/auth/me',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue