Implement basic router and a controller for simfile API. Need to make some changes...
[rock.divinelegy.git] / Controllers / IDivineController.php
index 535fbea..86065cb 100644 (file)
@@ -4,6 +4,5 @@ namespace Controllers;
 
 interface IDivineController
 {
-    public function setJsonResponse($bool);
-    public function getAction();
+    public function indexAction();
 }