CFE-26 add skeleton and related test

This commit is contained in:
2023-10-17 10:44:27 +03:30
parent 6b367aeb8c
commit eba943b845
5 changed files with 29 additions and 11 deletions

View File

@@ -104,6 +104,7 @@ export const handler = [
)
)
}
return res(ctx.status(404))
})
]