ims-front/pont-config.json
my_ong 861b77aa93
All checks were successful
Release / lint (push) Successful in 29s
Release / Release (push) Successful in 1m19s
bug: 展示数量和需要扫码的物料
2024-12-12 12:35:18 +08:00

32 lines
704 B
JSON

{
"outDir": "./src/api",
"templatePath": "./pontTemplate",
"usingMultipleOrigins": true,
"origins": [
{
"name": "auth",
"originUrl": "http://127.0.0.1:8888/v3/api-docs/auth",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "acl",
"originUrl": "http://127.0.0.1:8888/v3/api-docs/acl",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "dictionary",
"originUrl": "http://127.0.0.1:8888/v3/api-docs/dictionary",
"originType": "SwaggerV3",
"usingOperationId": true
},
{
"name": "material",
"originUrl": "http://127.0.0.1:8888/v3/api-docs/material",
"originType": "SwaggerV3",
"usingOperationId": true
}
]
}