crusohub / squad1

MIT License
2 stars 1 forks source link

Problem to get all the projects #1

Closed NeeT-T closed 3 years ago

NeeT-T commented 3 years ago

@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/")}
github-actions[bot] commented 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

NeeT-T commented 3 years ago

@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/")}