Handlers must return a result (#282)

This commit is contained in:
Mitchell Syer
2022-01-07 08:33:35 -05:00
committed by GitHub
parent 63ca189907
commit b714abddae

View File

@@ -107,6 +107,7 @@ object UpdateController {
) )
}, },
withResults = { withResults = {
httpCode(HttpCode.OK)
} }
) )
} }