mirror of
https://github.com/sipeed/NanoKVM.git
synced 2026-09-11 00:22:56 -05:00
fix: mounted image were not being detected correctly
perf: add support for CD-ROM mode when mounting image perf: add a loading state during login perf: add changelog link in settings
This commit is contained in:
@@ -14,4 +14,5 @@ func storageRouter(r *gin.Engine) {
|
||||
api.GET("/storage/image", service.GetImages) // get image list
|
||||
api.GET("/storage/image/mounted", service.GetMountedImage) // get mounted image
|
||||
api.POST("/storage/image/mount", service.MountImage) // mount image
|
||||
api.GET("/storage/cdrom", service.GetCdRom) // get CD-ROM flag
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user