Skip to content

Commit

Permalink
Call ghactions.RegisterRoutes() (#4003)
Browse files Browse the repository at this point in the history
This was omitted before and means the path currently fails.
  • Loading branch information
gsnedders committed Sep 17, 2024
1 parent 30026bc commit 984d107
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions webapp/web/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"github.com/web-platform-tests/wpt.fyi/api"
"github.com/web-platform-tests/wpt.fyi/api/azure"
"github.com/web-platform-tests/wpt.fyi/api/checks"
"github.com/web-platform-tests/wpt.fyi/api/ghactions"
"github.com/web-platform-tests/wpt.fyi/api/query"
"github.com/web-platform-tests/wpt.fyi/api/receiver"
"github.com/web-platform-tests/wpt.fyi/api/screenshot"
Expand All @@ -21,6 +22,7 @@ func init() {
api.RegisterRoutes()
azure.RegisterRoutes()
checks.RegisterRoutes()
ghactions.RegisterRoutes()
query.RegisterRoutes()
receiver.RegisterRoutes()
screenshot.RegisterRoutes()
Expand Down

0 comments on commit 984d107

Please sign in to comment.