API requests don't work for me.
GET /dashboard starts working after the fix in routes/api.js
app.get('/api/dashboards', dashboards.get);
I've added '/api' on the start.
It seems to me others will start working after the same fix.
I've used the quickstart guide, but apparently something went wrong.
API requests don't work for me.
GET /dashboard starts working after the fix in routes/api.js
app.get('/api/dashboards', dashboards.get);I've added '/api' on the start.
It seems to me others will start working after the same fix.
I've used the quickstart guide, but apparently something went wrong.