Skip to content

Commit

Permalink
remove accidentally added handler
Browse files Browse the repository at this point in the history
  • Loading branch information
guybrush committed May 15, 2024
1 parent 29484cd commit 377a3a7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions backend/pkg/api/handlers/public.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ func (h *HandlerService) PublicPostOauthToken(w http.ResponseWriter, r *http.Req
returnOk(w, nil)
}

func (h *HandlerService) PublicGetUser(w http.ResponseWriter, r *http.Request) {
returnOk(w, nil)
}

func (h *HandlerService) PublicGetUserDashboards(w http.ResponseWriter, r *http.Request) {
returnOk(w, nil)
}
Expand Down

0 comments on commit 377a3a7

Please sign in to comment.