Skip to content

Commit

Permalink
fix(api): add missing export statement
Browse files Browse the repository at this point in the history
  • Loading branch information
gmq committed Oct 5, 2022
1 parent 05eba07 commit ff085e2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/potassium/assets/app/javascript/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ const api = axios.create({
],
});

export default api;

/*
// Example to use the api object in the path ´app/javascript/api/users.ts´
Expand Down

0 comments on commit ff085e2

Please sign in to comment.