We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f32322 commit 76848b8Copy full SHA for 76848b8
pkg/query-service/app/http_handler.go
@@ -55,7 +55,7 @@ type structuredError struct {
55
// RegisterRoutes registers routes for this handler on the given router
56
func (aH *APIHandler) RegisterRoutes(router *mux.Router) {
57
58
- router.HandleFunc("/api/v1/user", aH.user).Methods(http.MethodGet)
+ router.HandleFunc("/api/v1/user", aH.user).Methods(http.MethodPost)
59
// router.HandleFunc("/api/v1/get_percentiles", aH.getApplicationPercentiles).Methods(http.MethodGet)
60
router.HandleFunc("/api/v1/services", aH.getServices).Methods(http.MethodGet)
61
router.HandleFunc("/api/v1/services/list", aH.getServicesList).Methods(http.MethodGet)
0 commit comments