mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
add downlaod client setting
This commit is contained in:
@@ -74,6 +74,7 @@ func (s *Server) Serve() error {
|
||||
{
|
||||
downloader.GET("/", HttpHandler(s.GetAllDonloadClients))
|
||||
downloader.POST("/add", HttpHandler(s.AddDownloadClient))
|
||||
downloader.DELETE("/del/:id", HttpHandler(s.DeleteDownloadCLient))
|
||||
}
|
||||
|
||||
s.language = s.db.GetLanguage()
|
||||
|
||||
Reference in New Issue
Block a user