source: node_modules/swagger-client/es/constants.js

main
Last change on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago

Initial commit

  • Property mode set to 100644
File size: 211 bytes
RevLine 
[d24f17c]1export const ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = 'application/json, application/yaml';
2export const DEFAULT_BASE_URL = 'https://swagger.io';
3export const DEFAULT_OPENAPI_3_SERVER = Object.freeze({
4 url: '/'
5});
Note: See TracBrowser for help on using the repository browser.