Spaces:
Sleeping
Sleeping
Commit
·
96594d4
1
Parent(s):
fb9912f
chore: remove extra line
Browse files- 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 |
-
});
|
43 |
};
|
44 |
|
45 |
|
|
|
39 |
|
40 |
return glob.sync(controllersPath, {}).map((file) => {
|
41 |
return path.resolve(file);
|
42 |
+
});
|
43 |
};
|
44 |
|
45 |
|