Skip to content

Commit

Permalink
core: helper: Use versioned URL on frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Jun 21, 2021
1 parent b665f7b commit 5f6137b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/helper/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
},
requestData () {
console.debug('Requesting status..')
axios.get('latest/web_services').then((response) => {
axios.get('v1.0/web_services').then((response) => {
// Sort services by port number
this.services = response.data.sort(
(first, second) => first.port - second.port,
Expand Down

0 comments on commit 5f6137b

Please sign in to comment.