fighting weird bug with branches

This commit is contained in:
QkoSad
2025-07-12 10:50:44 +03:00
parent d0ea12ff8c
commit e11af3ad2a
27 changed files with 1458 additions and 1 deletions
+20
View File
@@ -0,0 +1,20 @@
GET api/auth/ -- get token
GET api/posts
GET api/posts/:id
GET api/profile/me
GET api/profile/user/:user_id
GET api/profile/github/:username
# PUT api/profile/experience
# PUT api/profile/education
# PUT api/posts/like/:id
# PUT api/posts/unlike/:id
POST api/users -- register user
POST api/auth/ -- login
# POST api/profile
# POST api/posts
# POST api/posts/comment/:id
DELETE api/profile -- delete everything the user has done
# DELETE api/profile/education/:exp_id
# DELETE api/posts/comment/:id/:comment_id
# DELETE api/profile/experience/:exp_id
# DELETE api/posts/:id