From 6eaa3f6951255a18de28a84ee56e54051135dd95 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Fri, 21 Mar 2025 12:58:58 +0000 Subject: [PATCH] Update openapi.json --- static/openapi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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": {