UNPKG
sdk-lord-of-the-rings
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
```bash npm i sdk-lord-of-the-rings ```
sdk-lord-of-the-rings
/
src
/
constants
/
api.js
4 lines
(3 loc)
•
93 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
export
const
API_URL
=
'https://the-one-api.dev'
;
export
const
VERSION
=
'v2'
;