0
Fork 0
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:
Loïc Hoguin 2012-08-27 13:53:27 +02:00
parent 6d84afd16d
commit f39c001c03
3 changed files with 18 additions and 18 deletions

View file

@ -13,7 +13,7 @@
start(_Type, _Args) ->
Dispatch = [
{'_', [
{['...'], cowboy_http_static, [
{['...'], cowboy_static, [
{directory, {priv_dir, static, []}}
]}
]}