Skip to content

Instantly share code, notes, and snippets.

@dobegor
Created September 13, 2021 10:24
Show Gist options
  • Save dobegor/5188ee9487edbfeb028a78dbefd265b3 to your computer and use it in GitHub Desktop.
Save dobegor/5188ee9487edbfeb028a78dbefd265b3 to your computer and use it in GitHub Desktop.
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