UNPKG
@erkjbro/the-one-sdk
Version:
latest (0.1.3)
0.1.3
0.1.2
0.1.1
0.1.0
The One SDK
github.com/erkjbro/Erik-Brown-SDK
erkjbro/Erik-Brown-SDK
@erkjbro/the-one-sdk
/
src
/
lib
/
constants.js
8 lines
(7 loc)
•
204 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"API_BASE_URL"
, {
enumerable
:
true
,
get
:
()=>
API_BASE_URL
});
const
API_BASE_URL
=
'https://the-one-api.dev/v2'
;
//# sourceMappingURL=constants.js.map