Compare commits

..

No commits in common. "96181355869cec503690883abcdb98fc028928ba" and "349586ac61fdc9bd781edad48fe2f5eeb6f94e90" have entirely different histories.

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,