UNPKG
dpago-js
Version:
latest (1.0.1)
1.0.1
1.0.0
Librería Dpago para utilizar nuestras funciones
gitlab.com/dpago/dpago-js
dpago-js
/
dist
/
config.js
5 lines
(4 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
API_URL
=
void
0
;
exports
.
API_URL
=
"https://api.dpago.com"
;