diff --git a/skeleton/novaconium/App/controllers/humans.php b/skeleton/novaconium/App/controllers/humans.php new file mode 100644 index 0000000..ab127b7 --- /dev/null +++ b/skeleton/novaconium/App/controllers/humans.php @@ -0,0 +1,28 @@ + [ 'get' => 'index' + ], + '/robots.txt' => [ + 'get' => 'robots' + ], + '/humans.txt' => [ + 'get' => 'humans' ] ]; \ No newline at end of file