UNPKG

pushy-me

Version:

pushy-me is a simple push notification service for Node.js

6 lines (5 loc) 232 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SEND_PUSH_NOTIFICATION = exports.API_END_POINT = void 0; exports.API_END_POINT = 'https://api.pushy.me'; exports.SEND_PUSH_NOTIFICATION = '/push';