github.com/erda-project/erda-infra@v1.0.9/providers/httpserver/examples/simple/examples.yaml (about)

     1  http-server:
     2      addr: ":8080"
     3      allow_cors: true
     4      debug: true
     5  
     6  hello:
     7      message: "hello world"