mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-14 05:24:21 +00:00
fix module type in example
This commit is contained in:
@@ -8,7 +8,7 @@ This config starts an HTTP server listening on port `3000`. Any HTTP request com
|
|||||||
# config.yaml
|
# config.yaml
|
||||||
modules:
|
modules:
|
||||||
- id: http
|
- id: http
|
||||||
type: net.http.server
|
type: http.server
|
||||||
params:
|
params:
|
||||||
port: 3000
|
port: 3000
|
||||||
- id: udp
|
- id: udp
|
||||||
|
|||||||
Reference in New Issue
Block a user