mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-05 01:52:17 +09:00
Use action_forward to register standalone routes from all modules
This commit is contained in:
parent
5dcb0d332b
commit
f92fc9c980
7 changed files with 162 additions and 59 deletions
|
|
@ -2,7 +2,6 @@
|
|||
<column name="act" type="varchar" size="80" notnull="notnull" primary_key="primary_key" />
|
||||
<column name="module" type="varchar" size="60" notnull="notnull" />
|
||||
<column name="type" type="varchar" size="15" notnull="notnull" />
|
||||
<column name="route_method" type="varchar" size="30" />
|
||||
<column name="route_regexp" type="varchar" size="180" />
|
||||
<column name="route_regexp" type="text" />
|
||||
<column name="route_config" type="text" />
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue