Basic RESTful actions for cards.
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@ config :bwc_web, BwcWeb.Endpoint,
|
||||
url: [host: "localhost"],
|
||||
secret_key_base: "jJqmdDJIM8vfETjEax9POp8CbgJbaID++sXZCrxsjFdIywS9qi6D1jBWSDTElzcd",
|
||||
render_errors: [view: BwcWeb.ErrorView, accepts: ~w(html json), layout: false],
|
||||
live_view: [signing_salt: "IRwB6447"]
|
||||
live_view: [signing_salt: "IRwB6447"],
|
||||
pubsub_server: Bwc.PubSub
|
||||
|
||||
# Sample configuration:
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user