Update openapi.json

This commit is contained in:
Russell Ballestrini 2025-03-21 12:58:58 +00:00
parent 5c1d478350
commit 6eaa3f6951

View file

@ -6,13 +6,13 @@
"version": "1.0.0" "version": "1.0.0"
}, },
"servers": [ "servers": [
{
"url": "https://slop.unturf.com",
"description": "Production server"
},
{ {
"url": "http://localhost:31337", "url": "http://localhost:31337",
"description": "Local development server" "description": "Local development server"
},
{
"url": "https://slop.unturf.com",
"description": "Production server"
} }
], ],
"paths": { "paths": {