From 334329c007f025737413c3f9b07ca7e1cb4e7da8 Mon Sep 17 00:00:00 2001 From: Arturo Fonseca <49870466+arturo32@users.noreply.github.com> Date: Sun, 1 Dec 2024 22:02:34 -0300 Subject: [PATCH] fix: update backend url --- memoryContainer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/memoryContainer.js b/memoryContainer.js index d4467b5..3705e45 100644 --- a/memoryContainer.js +++ b/memoryContainer.js @@ -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",