Skip to content

Commit

Permalink
[#7] lint 적용
Browse files Browse the repository at this point in the history
  • Loading branch information
03hoho03 committed May 4, 2024
1 parent 6cd0aa6 commit cefc75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apis/tool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { instance } from '@/libs/api'

export const getToolList = async () => {
const response = await instance.get(`/list`)

return response.data
}

0 comments on commit cefc75d

Please sign in to comment.