mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-21 21:02:21 -06:00
v2.0.4-rc
This commit is contained in:
@@ -10,7 +10,7 @@ export class ViewsRouter extends RouterBroker {
|
||||
super();
|
||||
this.router = Router();
|
||||
|
||||
const basePath = path.join(__dirname, '../../../manager/dist');
|
||||
const basePath = path.join(process.cwd(), 'manager', 'dist');
|
||||
const indexPath = path.join(basePath, 'index.html');
|
||||
|
||||
console.log('Base path:', basePath);
|
||||
|
||||
Reference in New Issue
Block a user