fix(backend): drop vhost config

This commit is contained in:
Nicholas Tindle
2025-02-07 22:04:45 -06:00
parent 6e14b95e09
commit 8350552709

View File

@@ -85,7 +85,6 @@ def create_notification_config() -> RabbitMQConfig:
]
return RabbitMQConfig(
vhost="/notifications",
exchanges=[
notification_exchange,
batch_exchange,