This commit is contained in:
ahmed0304 2022-07-15 01:17:27 +05:00
Родитель c703db84ad
Коммит b003db5e6f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -10,7 +10,7 @@ There are two microservices
When a request comes to `Product.API` to add a product, a notification will be generated by `Notification.API`. `Notification.API `will not be called directly hence we have used `RabbitMQ` to follow a event driven architecture.
------------