Skip to content

Instantly share code, notes, and snippets.

@harada-shota
Created November 30, 2021 00:58
Show Gist options
  • Save harada-shota/d2bcf4617e930a20691aaa96c39360f6 to your computer and use it in GitHub Desktop.
Save harada-shota/d2bcf4617e930a20691aaa96c39360f6 to your computer and use it in GitHub Desktop.
server.use(
rest.get(
`/v1/restaurants`,
async (_req, res, ctx) => {
return res(ctx.status(200), ctx.json(anotherResponseData));
}
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment