chore: adjusting details

This commit is contained in:
Davidson Gomes
2024-08-09 06:53:43 -03:00
parent fa05cf85ab
commit 9367be0fb1
4 changed files with 3 additions and 10 deletions

View File

@@ -13,9 +13,6 @@ export class ViewsRouter extends RouterBroker {
const basePath = path.join(process.cwd(), 'manager', 'dist');
const indexPath = path.join(basePath, 'index.html');
console.log('Base path:', basePath);
console.log('Index path:', indexPath);
this.router.use(express.static(basePath));
this.router.get('*', (req, res) => {