mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-19 08:36:37 +08:00
feat: add 189cloud driver
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
)
|
||||
|
||||
func GetApiUrl(r *http.Request) string {
|
||||
api := setting.GetByKey(conf.ApiUrl)
|
||||
api := setting.GetStr(conf.ApiUrl)
|
||||
protocol := "http"
|
||||
if r != nil {
|
||||
if r.TLS != nil {
|
||||
|
||||
Reference in New Issue
Block a user