Skip to content

Commit

Permalink
(#394) communication: update apiGateway
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Aug 29, 2024
1 parent ff3162d commit b966789
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions MiniSpace.APIGateway/src/MiniSpace.APIGateway/ntrada.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,13 +362,14 @@ modules:
bind:
- chatId:{chatId}

- upstream: /chats/{chatId}
- upstream: /chats/{chatId}/{userId}
method: DELETE
use: downstream
downstream: communication-service/communication/chats/{chatId}
downstream: communication-service/communication/chats/{chatId}/{userId}
auth: true
bind:
- chatId:{chatId}
- userId:{userId}

- upstream: /chats/{chatId}/messages/{messageId}
method: DELETE
Expand Down

0 comments on commit b966789

Please sign in to comment.