We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9734322 commit 2c624b2Copy full SHA for 2c624b2
src/code_scanners/routes_scanner/main.ts
@@ -396,6 +396,7 @@ export class RoutesScanner {
396
* request types and the response types.
397
*/
398
async invalidate(controllerPath: string) {
399
+ controllerPath = string.toUnixSlash(controllerPath)
400
const controllerRoutes = this.#controllerRoutes[controllerPath]
401
if (!controllerRoutes) {
402
return
0 commit comments