mirror of
https://github.com/AlistGo/alist.git
synced 2025-05-30 21:05:49 +08:00
✨ add no cors config
This commit is contained in:
@ -19,7 +19,7 @@ func InitIndex() {
|
||||
index, err = public.Public.Open("index.html")
|
||||
}
|
||||
if err != nil {
|
||||
log.Fatalf(err.Error())
|
||||
//log.Fatalf(err.Error())
|
||||
return
|
||||
}
|
||||
data, _ := ioutil.ReadAll(index)
|
||||
|
Reference in New Issue
Block a user