Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
HCJ0001 committed Feb 24, 2020
1 parent 583e3b1 commit 811464b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions front/src/common/js/constant.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const CONSTANT = {
HOST_URL: {
dev: 'http://120.132.18.250:11111',
// dev: 'http://127.0.0.1:11111',
prod: 'http://120.132.18.250',
prod: 'http://120.132.18.250/vpi',
},
LOCAL_STORAGE_KEY: {
LOGIN_AUTH: 'auth',
Expand Down Expand Up @@ -133,7 +133,7 @@ export const CONSTANT = {
API_FIND_PAGE: '/api/findPage',
API_FIND_REFERENCE_API: '/api/findReferenceApi',

API_TEST_HISTORY_ADD: '/vpi/apiTestHistory/add',
API_TEST_HISTORY_ADD: '/apiTestHistory/add',
API_TEST_HISTORY_DELETE: '/apiTestHistory/delete',
API_TEST_HISTORY_FIND_PAGE: '/apiTestHistory/findPage',
},
Expand Down

0 comments on commit 811464b

Please sign in to comment.