Skip to content

Commit

Permalink
Fix typo in config
Browse files Browse the repository at this point in the history
  • Loading branch information
choptastic committed Jan 16, 2015
1 parent 4358127 commit f12ce2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions etc/simple_bridge.config
Expand Up @@ -66,14 +66,14 @@
%% {webmachine_dispatch, DispatchTable},
%% Webmachine dispatch table override (ignores static_paths above)

%% {webmachine_dispatch_function, {Module, Function}}
%% {webmachine_dispatch_fun, {Module, Function}}
%% A Module:Function() that when evaluated will return a dispatch table
%% for Webmachine, again ignores the static_paths above

%% {cowboy_dispatch, DispatchTable}
%% Cowboy dispatch table override (ignores static_paths)

%% {cowboy_dispatch_function, {Module, Function}}
%% {cowboy_dispatch_fun, {Module, Function}}
%% A Module:Function() that when evaluated will return a dispatch tavle
%% for Cowboy, again ignoring the static_paths above
]}
Expand Down

0 comments on commit f12ce2d

Please sign in to comment.