/[sudobot]/trunk/src/api/Router.ts
ViewVC logotype

Diff of /trunk/src/api/Router.ts

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 53 by rakin, Mon Jul 29 17:28:23 2024 UTC revision 58 by rakin, Mon Jul 29 17:28:25 2024 UTC
# Line 37  export function loadRoutes(dir: string = Line 37  export function loadRoutes(dir: string =
37              return;              return;
38          }          }
39    
         console.log(data);  
   
40          for await (const file of data) {          for await (const file of data) {
41              if (file === '.' || file === '..')              if (file === '.' || file === '..')
42                  continue;                  continue;

Legend:
Removed from v.53  
changed lines
  Added in v.58

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26