feat(monorepo): migrate to typescript monorepo

This commit is contained in:
2025-11-07 17:09:29 +02:00
committed by BernardNganduDev
parent 3e09956f05
commit 075a388ccb
745 changed files with 2341 additions and 5082 deletions
@@ -0,0 +1,20 @@
meta {
name: remove-comment-from-article
type: http
seq: 4
}
delete {
url: {{baseUrl}}/feed/articles/:articleId/comments/:commentId
body: none
auth: bearer
}
params:path {
commentId: 01971449-6f1b-724f-bb43-2bc0af698c5f
articleId: 019589b9-7137-7156-9aeb-1e3f0f138a15
}
auth:bearer {
token: {{token}}
}