Skip to content

Commit

Permalink
fix: update backend url
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo32 authored Dec 2, 2024
1 parent feb20bd commit 334329c
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://35.188.81.96:8000/execute";
const url = "https://hpw.arturoweb.com/execute";
try {
const response = await fetch(url, {
method: "POST",
Expand Down

0 comments on commit 334329c

Please sign in to comment.