From acdfe5999e50de3e2e5d40724725caf87ddfe25e Mon Sep 17 00:00:00 2001 From: Sebastian Date: Tue, 21 Sep 2021 07:22:19 +0200 Subject: [PATCH] Added test server to the swagger file. --- doc/swagger.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/swagger.yaml b/doc/swagger.yaml index 007a14c..35fdb75 100644 --- a/doc/swagger.yaml +++ b/doc/swagger.yaml @@ -8,6 +8,8 @@ info: servers: - url: https://music.sanplex.xyz/ description: Main (production) server + - url: https://tmusic.sanplex.xyz/ + description: Test server tags: - name: "Music" description: "Endpoints for the music"