From ddf6d82f390f07782400ff54a533d2ef2159e608 Mon Sep 17 00:00:00 2001 From: Ben de Roo Date: Wed, 5 Aug 2026 09:41:00 +0200 Subject: [PATCH] Update app.js --- app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.js b/app.js index 1015de0..d3617f0 100644 --- a/app.js +++ b/app.js @@ -1,5 +1,5 @@ const API_BASE = - "http://192.168.254.75:8000"; + "/api";