diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-14 10:04:58 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-14 10:04:58 +0100 |
commit | b4c5790ef82a4cc248d40c8403e795089d06ab08 (patch) | |
tree | 8c5f1bb28b2b2a158c230dd3ce3a50c795b0bf11 /app/class/routes.php | |
parent | e1eb55024b67793e62e93696cffbd22ead855729 (diff) | |
download | wcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.tar.gz wcms-b4c5790ef82a4cc248d40c8403e795089d06ab08.zip |
article-render
Diffstat (limited to 'app/class/routes.php')
-rw-r--r-- | app/class/routes.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/routes.php b/app/class/routes.php index f240f6b..dda30d7 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -25,6 +25,7 @@ class Routes ['POST', '/[cid:art]/edit', 'Controllerart#update', 'artupdate'], ['GET', '/[cid:art]/delete', 'Controllerart#confirmdelete', 'artconfirmdelete'], ['POST', '/[cid:art]/delete', 'Controllerart#delete', 'artdelete'], + ['GET', '/[cid:art]/[*]', 'Controllerart#artdirect', 'artread/etoile'], ]); $match = $router->match(); |