mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-05 16:37:09 +00:00
refactor(display): remove unused code
This commit is contained in:
@@ -26,15 +26,6 @@ import (
|
|||||||
|
|
||||||
var version string
|
var version string
|
||||||
var sseConnection chan string
|
var sseConnection chan string
|
||||||
var supportedExtensions = map[string]bool{
|
|
||||||
".mp4": true,
|
|
||||||
".jpg": true,
|
|
||||||
".jpeg": true,
|
|
||||||
".png": true,
|
|
||||||
".gif": true,
|
|
||||||
".pptx": true,
|
|
||||||
".odp": true,
|
|
||||||
}
|
|
||||||
var badRequestDescription string = "Request uses invalid JSON syntax or does not follow request schema."
|
var badRequestDescription string = "Request uses invalid JSON syntax or does not follow request schema."
|
||||||
|
|
||||||
func StartWebServer(v string, port string) {
|
func StartWebServer(v string, port string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user