UNPKG
line-api
Version:
latest (0.2.4)
0.2.4
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
0.0.3
0.0.2
0.0.1
Simple LINE api client for Node.js written in TypeScript
github.com/Yuhsak/line-api
Yuhsak/line-api
line-api
/
lib
/
common
/
consts
/
consts.js
10 lines
•
285 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
ENDPOINT
=
void
0
;
exports
.
ENDPOINT
= {
"notify"
: {
"api"
:
"https://notify-api.line.me/api"
,
"oauth"
:
"https://notify-bot.line.me/oauth"
} };
//# sourceMappingURL=consts.js.map