diff --git a/controllers/WikiController.php b/controllers/WikiController.php index 78fa2a989..95e62fe3b 100644 --- a/controllers/WikiController.php +++ b/controllers/WikiController.php @@ -27,4 +27,9 @@ public function actionProblem() { return $this->render('problem'); } + + public function actionSpj() + { + return $this->render('spj'); + } }