Files
decypharr/pkg/qbit/handlers_auth.go
Mukhtar Akere f118c5b794 Changelog 0.2.5
2024-10-01 11:17:31 +01:00

10 lines
140 B
Go

package qbit
import (
"net/http"
)
func (q *QBit) handleLogin(w http.ResponseWriter, r *http.Request) {
_, _ = w.Write([]byte("Ok."))
}