mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Merge branch 'patch-1' of git://github.com/alco/cowboy
This commit is contained in:
commit
df81862554
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ we will simply map all URLs to our handler `hello_handler`,
|
||||||
using the wildcard `_` for both the hostname and path parts
|
using the wildcard `_` for both the hostname and path parts
|
||||||
of the URL.
|
of the URL.
|
||||||
|
|
||||||
This is how the `hello_erlang_app:start/2` function looks like
|
This is what the `hello_erlang_app:start/2` function looks like
|
||||||
with Cowboy initialized.
|
with Cowboy initialized.
|
||||||
|
|
||||||
``` erlang
|
``` erlang
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue