Created
September 13, 2021 10:24
-
-
Save dobegor/5188ee9487edbfeb028a78dbefd265b3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
openapi: 3.0.1 | |
x-kusk: | |
namespace: booksapp | |
service: | |
name: webapp | |
namespace: booksapp | |
port: 7000 | |
cors: | |
origins: | |
- http://foo.example | |
- http://bar.example | |
methods: | |
- POST | |
- GET | |
- OPTIONS | |
headers: | |
- Content-Type | |
credentials: true | |
expose_headers: | |
- X-Custom-Header | |
max_age: 86400 | |
paths: | |
/: | |
get: {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment