diff --git a/api/api.go b/api/api.go index 16c93f1e45..0b072c5417 100644 --- a/api/api.go +++ b/api/api.go @@ -294,7 +294,6 @@ func (a *ApplicationHandler) RegisterDashboardRoutes(r *chi.Mux) { r.Method(GET, "/ui/organisations/{orgID}/projects/{projectID}/meta-events", uiMiddlewaresWithPagination.HandlerFunc(dh.GetMetaEventsPaged)) r.Method(GET, "/ui/organisations/{orgID}/projects/{projectID}/meta-events/{metaEventID}", uiMiddlewares.HandlerFunc(dh.GetMetaEvent)) r.Method(PUT, "/ui/organisations/{orgID}/projects/{projectID}/meta-events/{metaEventID}/resend", uiMiddlewares.HandlerFunc(dh.ResendMetaEvent)) - } var guestRoutes = []string{ diff --git a/docs/docs.go b/docs/docs.go index 28b7b19b01..df722131b9 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -1,6 +1,6 @@ // Package docs GENERATED BY SWAG; DO NOT EDIT // This file was generated by swaggo/swag at -// 2023-05-26 19:58:56.730718 +0100 BST m=+1.008845584 +// 2023-05-26 19:59:16.404082 +0100 BST m=+0.949819626 package docs import "github.com/swaggo/swag"