Conversation
thepiwo
reviewed
Oct 23, 2017
| @@ -0,0 +1,21 @@ | |||
| # Aehttpclient | |||
|
|
|||
| **TODO: Add description** | |||
Contributor
There was a problem hiding this comment.
maybe add a short description
thepiwo
reviewed
Oct 23, 2017
|
|
||
| # Configures the endpoint | ||
| config :aehttpserver, Aehttpserver.Endpoint, | ||
| render_errors: [view: Aehttpserver.ErrorView, accepts: ~w(html json)], |
thepiwo
reviewed
Oct 23, 2017
|
|
||
|
|
||
| # Watch static and templates for browser reloading. | ||
| config :aehttpserver, Aehttpserver.Endpoint, |
thepiwo
reviewed
Oct 23, 2017
|
|
||
| # Code reloading can be explicitly enabled under the | ||
| # :code_reloader configuration of your endpoint. | ||
| if code_reloading? do |
thepiwo
reviewed
Oct 23, 2017
| {:phoenix, "~> 1.3.0-rc"}, | ||
| {:phoenix_pubsub, "~> 1.0"}, | ||
| {:phoenix_html, "~> 2.10"}, | ||
| {:phoenix_live_reload, "~> 1.0", only: :dev}, |
thepiwo
reviewed
Oct 23, 2017
| [ | ||
| {:phoenix, "~> 1.3.0-rc"}, | ||
| {:phoenix_pubsub, "~> 1.0"}, | ||
| {:phoenix_html, "~> 2.10"}, |
thepiwo
reviewed
Oct 23, 2017
| end | ||
| end | ||
|
|
||
| def view do |
thepiwo
approved these changes
Oct 23, 2017
meivantodorov
approved these changes
Oct 23, 2017
andonov
approved these changes
Oct 24, 2017
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
closes #69, #41 , #52 , #53