We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1abf7c0 commit 96e21eeCopy full SHA for 96e21ee
backend/internal/handlers/external.go
@@ -23,7 +23,7 @@ func NewExternalHandler(router chi.Router, airportService *airports.AirportServi
23
}
24
25
router.Route("/external", func(r chi.Router) {
26
- r.Get("/vatis", controller.vatis)
+ r.Post("/vatis", controller.vatis)
27
})
28
29
return controller
0 commit comments