An atproto PDS written in Go
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Luna Seemann 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 {