diff --git a/static/openapi.json b/static/openapi.json index 51222e0..bdd29d9 100644 --- a/static/openapi.json +++ b/static/openapi.json @@ -6,13 +6,13 @@ "version": "1.0.0" }, "servers": [ - { - "url": "https://slop.unturf.com", - "description": "Production server" - }, { "url": "http://localhost:31337", "description": "Local development server" + }, + { + "url": "https://slop.unturf.com", + "description": "Production server" } ], "paths": {