fix withAuthentication

This commit is contained in:
srgooglo 2022-09-07 13:51:20 +02:00
parent 7b311834ab
commit aee251c692

View File

@ -345,7 +345,7 @@ methods = {
delete = {
"/post": {
middlewares: ["withAuthentification"],
middlewares: ["withAuthentication"],
fn: Schematized({
required: ["post_id"],
select: ["post_id"],