From e64d37d971e3819281baa2e325561fa9f1f4976d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss>
Date: Mon, 21 Oct 2024 19:51:14 +0200
Subject: [PATCH] Update API

---
 API                | 2 +-
 Proxy/default.conf | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/API b/API
index 78d52d5..8531fc9 160000
--- a/API
+++ b/API
@@ -1 +1 @@
-Subproject commit 78d52d50bd26efb46a201bde402da6067f8efedc
+Subproject commit 8531fc9f5fc4cf4d9ad7e3c5bc2639445c4abbd8
diff --git a/Proxy/default.conf b/Proxy/default.conf
index d8bab19..016b22a 100644
--- a/Proxy/default.conf
+++ b/Proxy/default.conf
@@ -50,7 +50,7 @@ server {
         rewrite ^ $request_uri;
         rewrite ^/dojo/api(/.*) $1 break;
         return 400;
-        proxy_pass http://dojo-api:30992$uri;
+        proxy_pass http://dojo-api:30993$uri;
 
         proxy_intercept_errors  on;
         proxy_http_version      1.1;
-- 
GitLab