mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 20:30:23 +00:00
Fix whitespace in example
This commit is contained in:
parent
0424724062
commit
cef6e5b472
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ not exist.
|
||||||
Dispatch = cowboy_router:compile([
|
Dispatch = cowboy_router:compile([
|
||||||
{'_', [
|
{'_', [
|
||||||
{"/", toppage_h, []},
|
{"/", toppage_h, []},
|
||||||
{"/ws", websocket_h, []}
|
{"/ws", websocket_h, []}
|
||||||
]}
|
]}
|
||||||
]),
|
]),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue