mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-23 22:11:13 +01:00
Add TODO
This commit is contained in:
parent
72413bb9ac
commit
fc865aef28
@ -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) {
|
func (s *Server) apiQueryHandler(w http.ResponseWriter, r *http.Request) {
|
||||||
ctx := r.Context()
|
ctx := r.Context()
|
||||||
userId := getRequiredQueryParam(r, "user_id")
|
userId := getRequiredQueryParam(r, "user_id")
|
||||||
|
Loading…
Reference in New Issue
Block a user