mirror of
https://github.com/Ernous/TorrServerJellyfin.git
synced 2025-12-20 05:56:10 +05:00
change web pages
This commit is contained in:
@@ -6,5 +6,5 @@ import (
|
||||
)
|
||||
|
||||
func mainPage(c *gin.Context) {
|
||||
c.Data(200, "text/html; charset=utf-8", []byte(template.MainPage))
|
||||
c.Data(200, "text/html; charset=utf-8", template.IndexHtml)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user