404.php 86 B

123
  1. <?php
  2. Router::register((new TemplateAction("/404", "GET", "404"))->withStatus(404));