Implement basic router and a controller for simfile API. Need to make some changes...
[rock.divinelegy.git] / Controllers / IndexController.php
index 15d4672..1f5d4f8 100644 (file)
@@ -26,7 +26,7 @@ class IndexController extends AbstractBaseController implements IDivineControlle
         $this->_simfileRepository = $repository;
     }
         
-    public function getAction() {
+    public function indexAction() {
         /* @var $simfile Domain\Entities\StepMania\ISimfile */
 //        public function getMethod();
 //        public function isGet();