Added changelog. Added curl to Docker image

This commit is contained in:
unknown
2021-07-28 12:52:30 +02:00
parent a5d6cf04cf
commit d39eda49de
7 changed files with 17 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export interface AddBookmarkAction {
export const addBookmark = (formData: NewBookmark | FormData) => async (dispatch: Dispatch) => {
try {
const res = await axios.post<ApiResponse<Bookmark>>('/api/bookmarks', formData);
console.log(res.data.data)
dispatch<CreateNotificationAction>({
type: ActionTypes.createNotification,
payload: {