4 lines
86 B
JavaScript
4 lines
86 B
JavaScript
"use strict";
|
|
const baseUrl = "http://localhost:9092/api";
|
|
exports.baseUrl = baseUrl;
|