(path: string)
| 543 | }; |
| 544 | |
| 545 | const normalizeSwaggerPath = (path: string) => { |
| 546 | return path.replaceAll(/:([^/]+)/g, "{$1}"); |
| 547 | }; |
| 548 | |
| 549 | const generateDocumentation = async () => { |
| 550 | const docs = DocumentationService.getInstance(); |
no outgoing calls
no test coverage detected