Skip to content

Commit

Permalink
test ci cd
Browse files Browse the repository at this point in the history
  • Loading branch information
KrisjanisP committed Aug 16, 2023
1 parent f91b93e commit 26bd6d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func main() {
srv := handler.NewDefaultServer(graphql.NewExecutableSchema(graphql.Config{Resolvers: resolver}))

http.HandleFunc("/", func(w http.ResponseWriter, r *http.Request) {
w.Write([]byte("Hello world"))
w.Write([]byte("Hello world 2"))
})
http.Handle("/query", sessions.LoadAndSave(srv))

Expand Down

0 comments on commit 26bd6d9

Please sign in to comment.