mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-05-14 21:48:39 -05:00
add distribution server option to openapi docs
This commit is contained in:
@@ -32,6 +32,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "http://localhost/{API_PATH}",
|
||||
"description": "Distribution Local Development Server",
|
||||
"variables": {
|
||||
"API_PATH": {
|
||||
"description": "API Base Path",
|
||||
"enum": ["api/v1"],
|
||||
"default": "api/v1"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"url": "https://uptime-demo.bluewavelabs.ca/{API_PATH}",
|
||||
"description": "Bluewave Demo Server",
|
||||
|
||||
Reference in New Issue
Block a user