mirror of
https://github.com/RoastSlav/quickdrop.git
synced 2025-12-30 19:20:14 -06:00
fix for download history
This commit is contained in:
@@ -78,7 +78,7 @@ public class FileViewController {
|
||||
model.addAttribute("file", new FileEntityView(file, totalDownloads));
|
||||
model.addAttribute("downloadHistory", downloadHistory);
|
||||
|
||||
return "admin/download-history";
|
||||
return "download-history";
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user