Skip to content

Commit

Permalink
Minor route change.
Browse files Browse the repository at this point in the history
  • Loading branch information
j14159 committed Mar 2, 2013
1 parent 4b0ae7d commit b740fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spacewar1_app.erl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ start(_StartType, _StartArgs) ->
{'_', [
{"/", test_handler, []},
{"/ws", ws_handler, []},
{"/sw/[...]", cowboy_static, [
{"/[...]", cowboy_static, [
{directory, {priv_dir, spacewar1, []}},
{mimetypes, {fun mimetypes:path_to_mimes/2, default}}
]}
Expand Down

0 comments on commit b740fb5

Please sign in to comment.