4 lines
110 B
JavaScript
4 lines
110 B
JavaScript
|
"use strict";
|
||
|
const baseUrl = "http://god-express-gateway-t.itheima.net/customer";
|
||
|
exports.baseUrl = baseUrl;
|