Skip to content

Commit

Permalink
fix: regenerate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
danvixent committed May 26, 2023
1 parent 32050db commit d480d99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d480d99

Please sign in to comment.