mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 20:50:24 +00:00
Rename example 'static' to 'static_world' to avoid confusion
This commit is contained in:
parent
eaaa81cce6
commit
f96e20aef7
12 changed files with 13 additions and 13 deletions
|
@ -25,8 +25,8 @@ Cowboy Examples
|
|||
* [rest_hello_world](./examples/rest_hello_world):
|
||||
return the data type that matches the request type (ex: html, text, json)
|
||||
|
||||
* [static](./examples/static):
|
||||
an example file server
|
||||
* [static_world](./examples/static_world):
|
||||
static file handler
|
||||
|
||||
* [websocket](./examples/websocket):
|
||||
websocket example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue