issues
search
dionysia-dev
/
dionysia
A streaming platform based on open source software
Apache License 2.0
123
stars
8
forks
source link
fix: handle validator error return err and code
#3
Closed
1garo
closed
7 months ago
1garo
commented
7 months ago
Closes #1
Change
handleValidationError
to return code and error response instead of
ctx.JSON
from inside the function.
Add tests to the function
Closes #1
handleValidationError
to return code and error response instead ofctx.JSON
from inside the function.