Skip to content

Commit

Permalink
generic method matching for API routes
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 21, 2025
1 parent 1dce855 commit cb8a33c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app.arc
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ greenwood-demo-adapter-aws

@http
/api/fragment
method get
method any
src .aws-output/api/fragment

/api/greeting
method get
method any
src .aws-output/api/greeting

/api/search
method post
method any
src .aws-output/api/search

/products/*
Expand Down

0 comments on commit cb8a33c

Please sign in to comment.