Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shi-yang committed Mar 1, 2019
1 parent 18c4b2c commit 28f40f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions controllers/WikiController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,9 @@ public function actionProblem()
{
return $this->render('problem');
}

public function actionSpj()
{
return $this->render('spj');
}
}

0 comments on commit 28f40f7

Please sign in to comment.