diff options
Diffstat (limited to 'Project-Unite/Controllers/DownloadController.cs')
| -rw-r--r-- | Project-Unite/Controllers/DownloadController.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Project-Unite/Controllers/DownloadController.cs b/Project-Unite/Controllers/DownloadController.cs index 5847aed..b429d71 100644 --- a/Project-Unite/Controllers/DownloadController.cs +++ b/Project-Unite/Controllers/DownloadController.cs @@ -16,6 +16,7 @@ namespace Project_Unite.Controllers return View(db.Downloads); } + // GET: http://getshiftos.ml/Download/ViewRelease/shiftos_0.0.7_alpha_4.1_0 public ActionResult ViewRelease(string id) { var db = new ApplicationDbContext(); |
