mirror of
https://github.com/woodchen-ink/random-api-go.git
synced 2025-07-18 05:42:01 +08:00
fix: update album mapping file path
This commit is contained in:
parent
1f35985ef4
commit
967daa51da
@ -38,7 +38,7 @@ func main() {
|
||||
}
|
||||
|
||||
// 读取相册映射配置
|
||||
mappingFile, err := os.ReadFile("config/album_mapping.json")
|
||||
mappingFile, err := os.ReadFile("lankong_tools/album_mapping.json")
|
||||
if err != nil {
|
||||
panic(fmt.Sprintf("Failed to read album mapping: %v", err))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user