Skip to content

Commit

Permalink
baseurl
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTartuf0 committed Mar 23, 2024
1 parent 88c6d66 commit 2d85157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/2x3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const gridStyle = {
gridTemplateColumns: `repeat(${template.columns}, minmax(0, 1fr))`,
};
const baseURL = ref("http://150.0.95.80:3000");
const baseURL = ref("https://150.0.95.100:4000");
const myURL = ref(baseURL);
const myResponse = ref();
Expand Down

0 comments on commit 2d85157

Please sign in to comment.