Skip to content

Commit

Permalink
Add regular forward
Browse files Browse the repository at this point in the history
  • Loading branch information
abshierjoel committed Oct 5, 2021
1 parent 88a37d4 commit 423b2dd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/gql_preferences_web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ defmodule UserPreferencesWeb.Router do
socket: UserPreferencesWeb.UserSocket,
interface: :simple

# forward "/", Absinthe.Plug.GraphiQL,
# schema: UserPreferencesWeb.Schema,
# socket: UserPreferencesWeb.UserSocket
forward "/", Absinthe.Plug, schema: UserPreferencesWeb.Schema
end

# Other scopes may use custom stacks.
Expand Down

0 comments on commit 423b2dd

Please sign in to comment.