Skip to content

Commit

Permalink
(#143) add endpoint for GetPost in ntrada-async.yml and ntrada-async.…
Browse files Browse the repository at this point in the history
…docker.yml files
  • Loading branch information
an2508374 committed May 12, 2024
1 parent 5d9cfc1 commit 3b271af
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 3b271af

Please sign in to comment.