Compare commits

..

2 Commits

Author SHA1 Message Date
walker-16 349586ac61
Merge b28a201ff1 into 9d280f7d5f 2024-04-26 13:57:51 +00:00
Agustin Pazos b28a201ff1 wip 2024-04-26 10:57:17 -03:00
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ func NewServer(logger *zap.Logger, port string, vaaController *vaa.Controller, p
api := app.Group("/api")
api.Get("/health", ctrl.HealthCheck)
api.Get("/ready", ctrl.ReadyCheck)
api.Post("/vaa/duplicated", vaaController.ReprocessVAA)
api.Post("/vaa/duplicated", vaaController.Process)
return &Server{
app: app,
port: port,