Skip to content

Commit

Permalink
fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
jrouzierinverse committed Jul 11, 2024
1 parent 6d753f7 commit b5c5c92
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions go/plugin/caddy2/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ func (m *APIHandler) buildHandler(ctx context.Context) error {
router.POST("/api/v1/ntlm/test", m.ntlmTest)
router.POST("/api/v1/ntlm/event-report", m.eventReport)

router.POST("/api/v1/fleetdm-events/policy", apiHandler.Policy)
router.POST("/api/v1/fleetdm-events/cve", apiHandler.CVE)
router.POST("/api/v1/fleetdm-events/policy", m.Policy)
router.POST("/api/v1/fleetdm-events/cve", m.CVE)

var DBP **gorm.DB
var DB *gorm.DB
Expand Down

0 comments on commit b5c5c92

Please sign in to comment.