Skip to content

Instantly share code, notes, and snippets.

@yasudacloud
Created December 11, 2022 05:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yasudacloud/0c98e0e3a7ed018cbaae55edc60938df to your computer and use it in GitHub Desktop.
Save yasudacloud/0c98e0e3a7ed018cbaae55edc60938df to your computer and use it in GitHub Desktop.
routes/index.js
module.exports = [
{
method: 'GET',
path: '/',
handler: 'cognitoController.index',
config: {
policies: [],
},
},
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment