Closed NeeT-T closed 3 years ago
@NeeT-T this issue was automatically closed because it did not follow our rules:
IMPORTANT: Please use the following link to create a new issue: https://www.creative-tim.com/new-issue/argon-dashboard-react **If your issue was not created using the app above, it will be closed immediately.** Love Creative Tim? Do you need Angular, React, Vuejs or HTML? You can visit: 👉 https://www.creative-tim.com/bundles 👉 https://www.creative-tim.com
@eliasbrJr Please fix request to MockAPI in file 'src/service/ProjectDataService.js' Change it:
const getAllProject = (projId) => { return ProjectData.get("projeto/"+projId)}
For this:
const getAllProject = () => { return ProjectData.get("/projeto/")}
@eliasbrJr Please fix request to MockAPI in file 'src/service/ProjectDataService.js' Change it:
For this: