UNPKG
ppurio
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.2
1.0.1
1.0.0
뿌리오 비공식 메세지 전송 API 라이브러리
github.com/ndotcom/ppurio
ndotcom/ppurio
ppurio
/
src
/
constants.ts
6 lines
(4 loc)
•
189 B
text/typescript
View Raw
1
2
3
4
5
6
export
const
SEND_MESSAGE_ENDPOINT =
'https://message.ppurio.com/api/send_utf8_json.php'
;
export
const
CANCEL_MESSAGE_ENDPOINT
=
'https://message.ppurio.com/api/cancel_utf8_json.php'
;