Feat/5870 list all comments (#6081)

This commit is contained in:
Pranav Joglekar
2023-11-18 05:54:26 +05:30
committed by GitHub
parent 5c03908529
commit 750c324b1a
5 changed files with 215 additions and 12 deletions

View File

@@ -0,0 +1,10 @@
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`#comments.list should require authentication 1`] = `
{
"error": "authentication_required",
"message": "Authentication required",
"ok": false,
"status": 401,
}
`;