boluo-admin-main/config/oneapi.json
eleanor.mao 48f2c49c2b feat:
2025-06-03 00:03:08 +08:00

16 lines
209 B
JSON

{
"openapi": "3.0.1",
"info": {
"title": "boluo",
"version": "1.0.0"
},
"servers": [
{
"url": "http://localhost:8000/"
},
{
"url": "https://localhost:8000/"
}
]
}