mirror of
https://github.com/JuLi0n21/pwa-player.git
synced 2026-04-19 23:40:05 +00:00
actual changes :3
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
"contact": {},
|
||||
"version": "1.0"
|
||||
},
|
||||
"host": "localhost:8080",
|
||||
"host": "/",
|
||||
"basePath": "/api/v1/",
|
||||
"paths": {
|
||||
"/audio/{filepath}": {
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user