1
0
Fork 0
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:
muerwre 2019-08-06 20:37:50 +07:00
parent bfc779745a
commit d8aee64082
6 changed files with 652 additions and 383 deletions

View file

@ -1,5 +1,5 @@
export const API = {
BASE: 'http://localhost:3333',
BASE: process.env.API_HOST,
USER: {
LOGIN: '/auth/login',
ME: '/auth/me',