Try using axum instead of rocket. WS doesn't seem to work through trunk

This commit is contained in:
2025-04-14 10:37:51 -07:00
parent d7217d1b3c
commit b2c73ffa15
6 changed files with 210 additions and 425 deletions

View File

@@ -6,6 +6,10 @@ release = false
address = "0.0.0.0"
port = 6758
[[proxy]]
ws = true
backend = "ws://localhost:9345/api/ws"
[[proxy]]
backend = "http://localhost:9345/api/"