Skip to content

Commit ddbf712

Browse files
committed
update tagging
1 parent 4d44d5e commit ddbf712

5 files changed

Lines changed: 534 additions & 224 deletions

File tree

resources/js/stores/photos/requests.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,6 @@ export const requests = {
8686
}
8787
},
8888

89-
/**
90-
* Get single photo details
91-
*/
92-
async GET_PHOTO_DETAILS(photoId) {
93-
try {
94-
const response = await axios.get(`/api/v3/user/photos/${photoId}`);
95-
return response.data;
96-
} catch (error) {
97-
console.error('get_photo_details', error);
98-
throw error;
99-
}
100-
},
101-
10289
/**
10390
* Fetch stats separately (can be cached)
10491
*/

0 commit comments

Comments
 (0)