actual changes :3

This commit is contained in:
2025-05-21 01:20:56 +02:00
parent 005ae783c5
commit 396ccc28f4
22 changed files with 3710 additions and 36 deletions

View File

@@ -669,8 +669,8 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "1.0",
Host: "localhost:8080",
BasePath: "/api/v1/",
Host: "",
BasePath: "api/v1/",
Schemes: []string{},
Title: "go-osu-music-hoster",
Description: "Server Hosting ur own osu files over a simple Api",

View File

@@ -6,7 +6,7 @@
"contact": {},
"version": "1.0"
},
"host": "localhost:8080",
"host": "/",
"basePath": "/api/v1/",
"paths": {
"/audio/{filepath}": {

View File

@@ -69,7 +69,7 @@ definitions:
example: 240
type: integer
type: object
host: localhost:8080
host: /
info:
contact: {}
description: Server Hosting ur own osu files over a simple Api