Skip to content

mid0111/push-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

push-server

Usage

Send push for stickers site

  • request body(optional)
    • default
      • 新しいスタンプが追加されました。
TOKEN=xxxxx

curl -k -i "https://mid0111-push.herokuapp.com/stickers/sendNotification" \
    -XPOST \
    -H "Authorization: Bearer ${TOKEN}" \
    -H "Content-type: application/json" \
    -d '{
        "message": "test push message"
    }'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published