🔔Tip Router
🔗 URL
https://cocukasistan.herokuapp.com/
🎈 getTip
POST
URL/notification/getTip
Yeni tip çekme metodu
Path Parameters
Name
Type
Description
token
string
🔒 Login token'ı
{
"code": 200,
"message": "Tip fetch in successfully",
"data": "Tip2"
}
-----------------------------------------------
{
"code": 200,
"message": "All tips are seen",
"data": null
}
Last updated
Was this helpful?