Skip to content

Commit

Permalink
hermes.lco.global is ready to server API requests
Browse files Browse the repository at this point in the history
This should avoid a https(prod)/http(dev) mixed active content block
in the browser.
  • Loading branch information
phycodurus committed Apr 4, 2023
1 parent 70db84a commit ee73410
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins.push(createPersistedState({
let store = new Vuex.Store({
state: {
tomApiBaseUrl: 'http://localhost:8000',
hermesApiBaseUrl: 'http://hermes-dev.lco.gtn',
hermesApiBaseUrl: 'https://hermes.lco.global',
tomAxiosConfig: {},
hermesAxiosConfig: {}
},
Expand Down

0 comments on commit ee73410

Please sign in to comment.