Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
chore: add log for GraphQL Playground endpoint (#133)
Browse files Browse the repository at this point in the history
* add log

* change log message

Co-authored-by: rot1024 <aayhrot@gmail.com>
  • Loading branch information
yk-eukarya and rot1024 authored Apr 7, 2022
1 parent cb6ca40 commit adeda41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ func initEcho(ctx context.Context, cfg *ServerConfig) *echo.Echo {
e.GET("/graphql", echo.WrapHandler(
playground.Handler("reearth-backend", "/api/graphql"),
))
log.Infof("gql: GraphQL Playground is available")
}

// init usecases
Expand Down

0 comments on commit adeda41

Please sign in to comment.