4 lines
91 B
TypeScript
4 lines
91 B
TypeScript
// 后端微服务模块前缀
|
|
export const PORT1 = "/api";
|
|
export const PORT2 = "/hooks";
|