mirror of
https://github.com/HChaZZY/alist.git
synced 2025-12-23 02:27:07 +08:00
✨ guide
This commit is contained in:
@@ -6,5 +6,5 @@ import (
|
||||
)
|
||||
|
||||
func GetDrivers(ctx *fiber.Ctx) error {
|
||||
return SuccessResp(ctx, drivers.GetDriverNames())
|
||||
return SuccessResp(ctx, drivers.GetDrivers())
|
||||
}
|
||||
Reference in New Issue
Block a user