Skip to content

Commit

Permalink
Merge pull request #146 from SaintAngeLs/ntrada_async_fix
Browse files Browse the repository at this point in the history
(#143) add endpoint for GetPost in ntrada async files
  • Loading branch information
an2508374 authored May 12, 2024
2 parents 1ecebbc + 3b271af commit 449102a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,11 @@ modules:
- state:{state}
auth: true

- upstream: /{postId}
method: GET
use: downstream
downstream: posts-service/posts/{postId}

- upstream: /
method: GET
use: downstream
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -579,6 +579,11 @@ modules:
- state:{state}
auth: true

- upstream: /{postId}
method: GET
use: downstream
downstream: posts-service/posts/{postId}

- upstream: /
method: GET
use: downstream
Expand Down

0 comments on commit 449102a

Please sign in to comment.