Files
connexion/examples/openapi3/reverseproxy/openapi.yaml
Daniel Grossmann-Kavanagh 93fe858922 add reverseproxy example
2019-12-11 17:58:15 -08:00

17 lines
315 B
YAML

openapi: 3.0.0
info:
title: Path-Altering Reverse Proxy Example
version: '1.0'
paths:
/hello:
get:
summary: say hi
operationId: app.hello
responses:
'200':
description: hello
content:
text/plain:
schema:
type: string