1. Removed socket connection from context 2. Added Redux middleware to persist socket connection 3. Removed amqplib and RabbitMQ support 4. Removed RabbitMQ from docker-compose configuration 5. Removed a proxy route to IMS from the facade 6. Refactored file actions to support the new way of socket event emitting and listening
4 lines
67 B
TypeScript
4 lines
67 B
TypeScript
import opds from "./routes/opds.routes";
|
|
|
|
export default { opds };
|