mirror of
https://github.com/LukeHagar/redocly-cli.git
synced 2025-12-06 20:57:44 +00:00
feat: support for webhooks to the split command (#550)
Co-authored-by: Anton_Kozachuk <anton.kozachuk@cloudmobilizd.com> Co-authored-by: romanhotsiy <gotsijroman@gmail.com>
This commit is contained in:
@@ -65,7 +65,7 @@ export function pathToFilename(path: string) {
|
||||
return path
|
||||
.replace(/~1/g, '/')
|
||||
.replace(/~0/g, '~')
|
||||
.substring(1)
|
||||
.replace(/^\//, '')
|
||||
.replace(/\//g, '@');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user