We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 02c944c + b44513b commit c0d3046Copy full SHA for c0d3046
config/dispatcher/dispatcher.ex
@@ -9,7 +9,7 @@ defmodule Dispatcher do
9
@json %{ accept: %{ json: true } }
10
@html %{ accept: %{ html: true } }
11
12
- layers [ :static, :services, :fall_back, :not_found ]
+ define_layers [ :static, :services, :fall_back, :not_found ]
13
14
# In order to forward the 'themes' resource to the
15
# resource service, use the following forward rule:
0 commit comments