Created
February 12, 2022 13:34
-
-
Save NikhilNanjappa/a51c5bf2ecaca9ccae84a123b1085ca2 to your computer and use it in GitHub Desktop.
Strapi routes.json
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