mirror of
https://github.com/jwetzell/showbridge-docs.git
synced 2026-05-13 21:14:17 +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
|
||||
modules:
|
||||
- id: http
|
||||
type: net.http.server
|
||||
type: http.server
|
||||
params:
|
||||
port: 3000
|
||||
- id: udp
|
||||
|
||||
Reference in New Issue
Block a user