Skip to content

Commit 96e21ee

Browse files
committed
fix vATIS endpoint
1 parent 1abf7c0 commit 96e21ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/internal/handlers/external.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func NewExternalHandler(router chi.Router, airportService *airports.AirportServi
2323
}
2424

2525
router.Route("/external", func(r chi.Router) {
26-
r.Get("/vatis", controller.vatis)
26+
r.Post("/vatis", controller.vatis)
2727
})
2828

2929
return controller

0 commit comments

Comments
 (0)