Skip to content

Instantly share code, notes, and snippets.

@Harasz
Created September 1, 2021 11:57
Embed
What would you like to do?
router.get("/settings", async (ctx) => {
ctx.status = 200;
});
router.post("/settings", async (ctx) => {
ctx.status = 200;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment