18 lines
282 B
YAML
18 lines
282 B
YAML
openapi: "3.0.2"
|
|
info:
|
|
title: WEB API
|
|
version: "1.0"
|
|
servers:
|
|
- url: http://localhost:8888
|
|
paths:
|
|
/helloworld:
|
|
get:
|
|
responses:
|
|
"200":
|
|
description: OK
|
|
/timeout:
|
|
get:
|
|
responses:
|
|
"200":
|
|
description: OK
|