Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach authored Jul 18, 2024
1 parent b6a420c commit e9f88ba
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions examples/demo_controller.exs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env elixir
Mix.install([
{:phoenix_playground, path: Path.expand("..", __DIR__)}
{:phoenix_playground, "~> 0.1.3"}
])

defmodule DemoController do
Expand Down Expand Up @@ -32,9 +32,4 @@ defmodule DemoController do
end
end

PhoenixPlayground.start(
controller: DemoController,
endpoint_options: [
secret_key_base: "b8X+FHhV/h4N3mFRcwtGmKmTIJkl7acxJyTujEWevtfmH7T+v3P9tb+H+K1JpJlj"
]
)
PhoenixPlayground.start(controller: DemoController)

0 comments on commit e9f88ba

Please sign in to comment.