Vow, uncensorable PDS written in Go

fix: update server error to 500 status code (#70)

authored by shi.gg and committed by

GitHub ae5df424 74a98a70

+1 -1
+1 -1
internal/helpers/helpers.go
··· 29 29 if suffix != nil { 30 30 msg += ". " + *suffix 31 31 } 32 - return genericError(e, 400, msg) 32 + return genericError(e, 500, msg) 33 33 } 34 34 35 35 func UnauthorizedError(e echo.Context, suffix *string) error {