Skip to content

Commit

Permalink
uploading swagger blogs get likes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuyisenge2 committed Mar 27, 2024
1 parent 3089fdb commit 1c0641e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/document/likes/getAllLikeOnBlog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,8 @@ export default {
tags: ["Likes"],
description: "Get all Likes",
operationId: "getAllLikes",
security: [
{
BearerAuth: [],
},
], parameters:[

parameters:[
{
name:"id",
in:"path",
Expand Down

0 comments on commit 1c0641e

Please sign in to comment.