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:
452 bytes
|
Rev | Line | |
---|
[d24f17c] | 1 | "use strict";
|
---|
| 2 |
|
---|
| 3 | exports.__esModule = true;
|
---|
| 4 | exports.DEFAULT_OPENAPI_3_SERVER = exports.DEFAULT_BASE_URL = exports.ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = void 0;
|
---|
| 5 | const ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = exports.ACCEPT_HEADER_VALUE_FOR_DOCUMENTS = 'application/json, application/yaml';
|
---|
| 6 | const DEFAULT_BASE_URL = exports.DEFAULT_BASE_URL = 'https://swagger.io';
|
---|
| 7 | const DEFAULT_OPENAPI_3_SERVER = exports.DEFAULT_OPENAPI_3_SERVER = Object.freeze({
|
---|
| 8 | url: '/'
|
---|
| 9 | }); |
---|
Note:
See
TracBrowser
for help on using the repository browser.