Added Settings for Manga ordering, fixed theme selector

This commit is contained in:
Pablu23
2024-04-03 13:13:08 +02:00
parent f712211194
commit cb592c7109
4 changed files with 33 additions and 38 deletions

View File

@@ -59,6 +59,7 @@ func (s *Server) Start(port int) error {
http.HandleFunc("POST /delete", s.HandleDelete)
http.HandleFunc("/favicon.ico", s.HandleFavicon)
http.HandleFunc("POST /setting/", s.HandleSetting)
http.HandleFunc("GET /setting/set/{setting}/{value}", s.HandleSettingSet)
// Update Latest Chapter every 5 Minutes
go func(s *Server) {