Skip to content

Latest commit

 

History

History
executable file
·
30 lines (21 loc) · 1.13 KB

File metadata and controls

executable file
·
30 lines (21 loc) · 1.13 KB

****# 🔥 Dynamic-Link-BE 🔥

Table of Contents

Summary Table of API Endpoints

Type Endpoints Description
POST /api/account/signup Signup New User
POST /api/account/signin Signin User
GET /api/user Get Current User
PUT /api/user Update User Info
PUT /api/user/updateAvatar Update User avatar
GET /api/links Get links
GET /api/links/:id Get Single Link by id
POST /api/links Add New Link
DELETE /api/links/:id Remove a Link
PUT /api/links/:id Update a Link

Authors