Last active
October 4, 2018 23:10
-
-
Save NikhilNanjappa-zz/ff5f90f09d6cfe72eb8ed21e356b01f4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"routes": [ | |
{ | |
"method": "POST", | |
"path": "/email", | |
"handler": "Email.send", | |
"config": { | |
"policies": [] | |
} | |
}, | |
... | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment