mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Rename cowboy_http_static to cowboy_static
This commit is contained in:
parent
6d84afd16d
commit
f39c001c03
3 changed files with 18 additions and 18 deletions
|
@ -13,7 +13,7 @@
|
|||
start(_Type, _Args) ->
|
||||
Dispatch = [
|
||||
{'_', [
|
||||
{['...'], cowboy_http_static, [
|
||||
{['...'], cowboy_static, [
|
||||
{directory, {priv_dir, static, []}}
|
||||
]}
|
||||
]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue