Skip to content

Commit

Permalink
Suggested changes by truora team
Browse files Browse the repository at this point in the history
  • Loading branch information
juan-carvajal committed Jun 11, 2020
1 parent 36ebe6a commit 6d01afa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layout/starter/SamplePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ export default {
submit() {
this.processing = true;
axios
.get("http://localhost:8081/report/" + this.domain)
.get("http://localhost:8081/report/" + encodeURIComponent(this.domain))
.then(response => {
let data = response.data;
this.result = data;
Expand Down

0 comments on commit 6d01afa

Please sign in to comment.