Popular downloads stuff.
[rock.divinelegy.git] / config / Routes.php
index b79aafd..a959b5a 100644 (file)
@@ -7,10 +7,22 @@ return [
         'action' => 'list'\r
     ],\r
     \r
-    //TODO: test controller, delete later\r
-    '/downloadtest' => [\r
+    '/simfiles/latest/simfile' => [\r
         'methods' => ['GET'],\r
-        'controller' => 'downloadTest'\r
+        'controller' => 'Simfile',\r
+        'action' => 'latestSimfile'\r
+    ],\r
+    \r
+    '/simfiles/latest/pack' => [\r
+        'methods' => ['GET'],\r
+        'controller' => 'Simfile',\r
+        'action' => 'latestPack'\r
+    ],\r
+    \r
+    '/simfiles/popular' => [\r
+        'methods' => ['GET'],\r
+        'controller' => 'Simfile',\r
+        'action' => 'popular'\r
     ],\r
     \r
     '/simfiles/upload' => [\r