mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-28 23:03:25 +09:00
Extend action_forward feature to include route info
This commit is contained in:
parent
a08ec31f2b
commit
5dcb0d332b
4 changed files with 30 additions and 3 deletions
|
|
@ -6,5 +6,8 @@
|
|||
<column name="act" var="act" notnull="notnull" />
|
||||
<column name="module" var="module" notnull="notnull" />
|
||||
<column name="type" var="type" notnull="notnull" />
|
||||
<column name="route_method" var="route_method" />
|
||||
<column name="route_regexp" var="route_regexp" />
|
||||
<column name="route_config" var="route_config" />
|
||||
</columns>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue