1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 04:46:40 +07:00

deploy test

This commit is contained in:
muerwre 2019-08-06 20:40:08 +07:00
parent 41d8f9d500
commit 1ccc87178e

View file

@ -2,6 +2,6 @@ export const API = {
BASE: process.env.API_HOST, BASE: process.env.API_HOST,
USER: { USER: {
LOGIN: '/auth/login', LOGIN: '/auth/login',
ME: '/auth/me', ME: '/auth/me', //
} }
}; };