source: client_app/src/repository/skill_repo.js@ 351c43f

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

begining register form

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