Skip to content

Commit

Permalink
fix: backend URL server
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo32 authored Nov 30, 2024
1 parent 0682468 commit d6db1bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion memoryContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const vm = createApp({
},
methods: {
async sendCode() {
const url = "http://localhost:8000/execute";
const url = "https://35.188.81.96:8000/execute";
try {
const response = await fetch(url, {
method: "POST",
Expand Down

0 comments on commit d6db1bf

Please sign in to comment.