aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes
diff options
context:
space:
mode:
Diffstat (limited to 'routes')
-rw-r--r--routes/about.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/routes/about.php b/routes/about.php
new file mode 100644
index 0000000..3d51f70
--- /dev/null
+++ b/routes/about.php
@@ -0,0 +1,7 @@
+<?php
+
+use Digitigrade\Router;
+
+Router::getInstance()->mount('/about', function (array $args) {
+ render_template('about_page');
+}); \ No newline at end of file