zhaoyingbo 71461a04df
All checks were successful
CI Monitor CI/CD / build-image (push) Successful in 28s
CI Monitor CI/CD / deploy (push) Successful in 28s
feat: 更新GitLab API调用方法
2024-07-01 12:33:40 +00:00

10 lines
120 B
TypeScript

import egg from "./egg";
import gitlab from "./gitlab";
const service = {
gitlab,
egg,
};
export default service;