6 lines
164 B
JavaScript
6 lines
164 B
JavaScript
"use strict";
|
|
const baseUrl = "http://localhost:9092/api";
|
|
const testUrl = "http://123.249.108.160:8888/api";
|
|
exports.baseUrl = baseUrl;
|
|
exports.testUrl = testUrl;
|