mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-19 20:02:20 -06:00
chore: adjusting details
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user