Changeset 19ad843 for client_app/src/repository
- Timestamp:
- 01/13/21 01:08:25 (4 years ago)
- Branches:
- master
- Children:
- 7944fab
- Parents:
- 351c43f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/repository/skill_repo.js
r351c43f r19ad843 3 3 const SkillFetch = { 4 4 fetchAll: () => { 5 return axios.get("/ api/skills");5 return axios.get("/skills"); 6 6 } 7 7 }
Note:
See TracChangeset
for help on using the changeset viewer.