4 lines
97 B
JavaScript
4 lines
97 B
JavaScript
|
"use strict";
|
||
|
const apiImageUrl = "http://39.101.78.35:6271";
|
||
|
exports.apiImageUrl = apiImageUrl;
|