mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix short URL for category
This commit is contained in:
parent
a680f89326
commit
f0b8836595
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ class Router
|
|||
'(?<document_srl>[0-9]+)' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/?' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/(?<document_srl>[0-9]+)' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/category/(?<category_srl>[0-9]+)' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/category/(?<category>[0-9]+)' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/entry/(?<entry>[^/]+)' => [],
|
||||
'(?<mid>[a-zA-Z0-9_-]+)/(?<act>rss|atom|api)' => [],
|
||||
'files/download/(?<file_srl>[0-9]+)/(?<file_key>[a-zA-Z0-9_-]+)/(?<filename>[^/]+)' => ['act' => 'procFileOutput'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue