added deployment via docker compose

This commit is contained in:
2025-10-09 14:34:24 +01:00
parent 78f9e757dc
commit 24b3cbe4ce
13 changed files with 100 additions and 15 deletions
+1 -1
View File
@@ -225,7 +225,7 @@
try {
// Replace with your actual backend endpoint
const response = await fetch(
"http://localhost:8000/signup",
"/api/signup",
{
method: "POST",
headers: {