source: client_app/src/repository/skill_repo.js

Last change on this file was 19ad843, checked in by i-ina <76742075+i-ina@…>, 3 years ago

dropdown

  • Property mode set to 100644
File size: 159 bytes
Line 
1import axios from '../custom_axios/axios';
2
3const SkillFetch = {
4 fetchAll: () => {
5 return axios.get("/skills");
6 }
7}
8
9export default SkillFetch;
Note: See TracBrowser for help on using the repository browser.