This commit is contained in:
David Dworken 2023-10-15 14:50:08 -07:00
parent 72413bb9ac
commit fc865aef28
No known key found for this signature in database

View File

@ -91,6 +91,7 @@ func (s *Server) apiBootstrapHandler(w http.ResponseWriter, r *http.Request) {
}
}
// TODO: Update this to take into account the source of the query
func (s *Server) apiQueryHandler(w http.ResponseWriter, r *http.Request) {
ctx := r.Context()
userId := getRequiredQueryParam(r, "user_id")