moahmedwafy commited on
Commit
96594d4
·
1 Parent(s): fb9912f

chore: remove extra line

Browse files
Files changed (1) hide show
  1. src/routes.ts +1 -1
src/routes.ts CHANGED
@@ -39,7 +39,7 @@ const findControllerFiles = (): string[] => {
39
 
40
  return glob.sync(controllersPath, {}).map((file) => {
41
  return path.resolve(file);
42
- });"**/*.controller.ts"
43
  };
44
 
45
 
 
39
 
40
  return glob.sync(controllersPath, {}).map((file) => {
41
  return path.resolve(file);
42
+ });
43
  };
44
 
45