From 28f40f7dd9dd500cc2b104cb9ce75c6299e249b3 Mon Sep 17 00:00:00 2001 From: shi-yang Date: Fri, 1 Mar 2019 19:05:35 +0800 Subject: [PATCH] update --- controllers/WikiController.php | 5 +++++ 1 file changed, 5 insertions(+) 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'); + } }