buildog-dev / buildog

37 stars 19 forks source link

feat(api): handle 403/404 for unknown routes #68

Closed kuzeykose closed 2 months ago

kuzeykose commented 3 months ago

Implement a handler in the Go backend to return a 403 Forbidden response for all unknown routes.

If a user attempts to access a route that does not exist, the server should respond with a 403 status code.

efesavci commented 3 months ago

assign