@@ -104,40 +104,20 @@ module.exports = {
104104 // Plugin Options for loading OpenAPI files
105105 specs : [
106106 {
107- id : 'payments-api-yaml' ,
107+ id : 'payments-api-yaml' , // KEEP FOR FACADE
108108 spec : "openapi/app_payments_api.yaml" ,
109109 route : "/api/app-payments" ,
110110 } ,
111111 {
112- id : 'webhooks-api-yaml' ,
112+ id : 'webhooks-api-yaml' , // KEEP FOR FACADE
113113 spec : "openapi/webhooks.yaml" ,
114114 route : "/api/wehooks" ,
115115 } ,
116116 {
117- id : 'reporting-api-yaml' ,
118- spec : "openapi/reporting.yaml" ,
119- route : "/api/reporting" ,
120- } ,
121- {
122- id : 'subscriptions-api-yaml' ,
117+ id : 'subscriptions-api-yaml' , // KEEP FOR FACADE
123118 spec : "openapi/subscriptions.yaml" ,
124119 route : "/api/subscriptions" ,
125120 } ,
126- {
127- id : 'invoice-api-yaml' ,
128- spec : "openapi/invoice.yaml" ,
129- route : "/api/invoice" ,
130- } ,
131- {
132- id : 'pos-api-yaml' ,
133- spec : "openapi/pos.yaml" ,
134- route : "/api/pos" ,
135- } ,
136- {
137- id : 'online-api-yaml' ,
138- spec : "openapi/online.yaml" ,
139- route : "/api/online" ,
140- } ,
141121 ] ,
142122 // Theme Options for modifying how redoc renders them
143123 theme : {
0 commit comments