Skip to content

Commit

Permalink
Merge pull request #11 from penguin-statistics/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
GalvinGao authored Aug 24, 2023
2 parents 61a2f32 + b0d5397 commit 6769acb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
sentry-project: ${{ secrets.SENTRY_PROJECT }}
use-ghrelease: true
use-manifestbot: true
manifestbot-file-path: "applications/roguestats-backend/values-prod.yaml"
manifestbot-file-path: "applications/roguestats/values-prod.yaml"
manifestbot-token: ${{ secrets.PAT_FOR_MANIFESTBOT }}
4 changes: 2 additions & 2 deletions internal/controller/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
type Meta struct {
fx.In

Route fiber.Router `name:"internal"`
Route fiber.Router `name:"internal"`
}

func RegisterMeta(c GraphQL) {
func RegisterMeta(c Meta) {
c.Route.Get("/ping", func(c *fiber.Ctx) error {
return c.SendString("pong")
})
Expand Down

0 comments on commit 6769acb

Please sign in to comment.