feat: change default listen to IPv4 and add panic recovery (#36)

This commit is contained in:
weisd
2025-07-03 13:51:38 +08:00
committed by GitHub
parent d6653f1258
commit 6983a3ffce
4 changed files with 9 additions and 4 deletions
+1
View File
@@ -94,6 +94,7 @@ tower-http = { workspace = true, features = [
"compression-deflate",
"compression-gzip",
"cors",
"catch-panic",
] }
urlencoding = { workspace = true }
uuid = { workspace = true }