mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix incorrect type in cowboy_static manual
This commit is contained in:
parent
2928456ae8
commit
ef0ec79322
1 changed files with 2 additions and 2 deletions
|
@ -11,8 +11,8 @@ by using the REST semantics provided by `cowboy_rest`.
|
|||
| {file, string() | binary(), extra()}
|
||||
| {priv_dir, atom(), string() | binary()}
|
||||
| {priv_dir, atom(), string() | binary(), extra()}
|
||||
| {dir, atom(), string() | binary()}
|
||||
| {dir, atom(), string() | binary(), extra()}
|
||||
| {dir, string() | binary()}
|
||||
| {dir, string() | binary(), extra()}
|
||||
|
||||
Configuration for the static handler.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue