|
|
|
@ -204,7 +204,7 @@ app.get('/api/plan', authenticateToken, async (req: AuthRequest, res: Response) |
|
|
|
try { |
|
|
|
// Read the efficiency plan file
|
|
|
|
const planData = await fs.readFile( |
|
|
|
path.join(__dirname, '../../efficiency_plan.json'), |
|
|
|
path.join(__dirname, '../efficiency_plan.json'), |
|
|
|
'utf-8' |
|
|
|
); |
|
|
|
const efficiencyPlan = JSON.parse(planData); |
|
|
|
|