aswi2023one-team-to-rule-them-all-gitlab/src/api/notesservice.ts @ 97deff21
1 |
import { axiosInstance } from "./api" |
---|---|
2 |
|
3 |
|
4 |
export const getItemNotesRequest = async (itemId : string) => { |
5 |
return await axiosInstance.get( |
6 |
`/api/notes/?item_id[]=${itemId}` |
7 |
)
|
8 |
}
|
- « Předchozí
- 1
- …
- 3
- 4
- 5
- Další »