Skip to content

Commit

Permalink
Merge pull request #45 from synackd/fix-status-all-ep
Browse files Browse the repository at this point in the history
FIX: /service/all -> /service/status/all
  • Loading branch information
synackd authored Aug 8, 2024
2 parents 7445d83 + 4a7e97b commit b490a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/boot-script-service/routers.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ func initHandlers() *chi.Mux {
router.HandleFunc(baseEndpoint+"/bootscript", bootScript)
router.HandleFunc(baseEndpoint+"/hosts", hosts)
router.HandleFunc(baseEndpoint+"/dumpstate", dumpstate)
router.HandleFunc(baseEndpoint+"/service/all", service)
router.HandleFunc(baseEndpoint+"/service/status", serviceStatusResponse)
router.HandleFunc(baseEndpoint+"/service/status/all", service)
router.HandleFunc(baseEndpoint+"/service/version", serviceVersionResponse)
router.HandleFunc(baseEndpoint+"/service/hsm", serviceHSMResponse)
router.HandleFunc(baseEndpoint+"/service/storage/status", serviceStorageResponse)
Expand Down

0 comments on commit b490a0a

Please sign in to comment.