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

@@ -5,7 +5,6 @@ newsreader_database_url = "postgres://newsreader@nixos-07.h.xinu.tv/newsreader"
newsreader_tantivy_db_path = "../target/database/newsreader"
[debug]
address = "0.0.0.0"
port = 9345
# Uncomment to make it production like.
#log_level = "critical"