Skip to content

Commit 2462b1a

Browse files
committedOct 19, 2018
comments added and serverless.yml events changes
1 parent 62d2884 commit 2462b1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎serverless.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ functions:
2121
path: pokemon
2222
method: post
2323
- http:
24-
path: pokemon
24+
path: pokemon/{id}
2525
method: put
2626
- http:
2727
path: pokemon/{id}

0 commit comments

Comments
 (0)
Please sign in to comment.