ClassQuizController basic gameplay cleanup

This commit is contained in:
Mawoka
2026-06-15 18:02:11 +02:00
parent 71d5989925
commit eb35654539
2 changed files with 44 additions and 31 deletions
+9
View File
@@ -11,3 +11,12 @@
reverse_proxy /openapi.json localhost:8000
reverse_proxy /socket.io* localhost:8000
}
192.168.100.127:8081 {
tls internal
reverse_proxy /* localhost:3000
reverse_proxy /api* localhost:8000
reverse_proxy /rapidoc* localhost:8000
reverse_proxy /openapi.json localhost:8000
reverse_proxy /socket.io* localhost:8000
}