diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
commit | 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (patch) | |
tree | f41a8fcdb5a8ef412a408ae637defb2985f5d3b1 /app/class/routes.php | |
parent | afad95324de8f078e9f3dedc66df66b6c2eebe72 (diff) | |
download | wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.tar.gz wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.zip |
fonts
Diffstat (limited to 'app/class/routes.php')
-rw-r--r-- | app/class/routes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/class/routes.php b/app/class/routes.php index 2215b5f..e5175aa 100644 --- a/app/class/routes.php +++ b/app/class/routes.php @@ -18,6 +18,8 @@ class Routes ['POST', '/!co', 'Controllerconnect#log', 'log'], ['GET', '/!co', 'Controllerconnect#connect', 'connect'], ['GET', '/!m', 'Controllermedia#desktop', 'media'], + ['GET', '/!font', 'Controllerfont#desktop', 'font'], + ['GET', '/!font/render', 'Controllerfont#render', 'fontrender'], ['GET', '/[cid:art]/', 'Controllerart#read', 'artread/'], ['GET', '/[cid:art]', 'Controllerart#read', 'artread'], ['GET', '/[cid:art]/add', 'Controllerart#add', 'artadd'], |