mirror of
https://github.com/Karaka-Management/oms-Editor.git
synced 2026-02-16 02:08:40 +00:00
Remove whitespace from end of line
This commit is contained in:
parent
51ac496a79
commit
92431a69bf
|
|
@ -5,7 +5,7 @@ use phpOMS\Router\RouteVerb;
|
||||||
return [
|
return [
|
||||||
'^.*/api/editor.*$' => [
|
'^.*/api/editor.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:apiEditorCreate',
|
'dest' => '\Modules\Editor\Controller:apiEditorCreate',
|
||||||
'verb' => RouteVerb::SET,
|
'verb' => RouteVerb::SET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -5,23 +5,23 @@ use phpOMS\Router\RouteVerb;
|
||||||
return [
|
return [
|
||||||
'^.*/backend/editor/create.*$' => [
|
'^.*/backend/editor/create.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
'dest' => '\Modules\Editor\Controller:setUpEditorEditor',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
'dest' => '\Modules\Editor\Controller:viewEditorCreate',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/editor/list.*$' => [
|
'^.*/backend/editor/list.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
'dest' => '\Modules\Editor\Controller:viewEditorList',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'^.*/backend/editor/single.*$' => [
|
'^.*/backend/editor/single.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Editor\Controller:viewEditorSingle',
|
'dest' => '\Modules\Editor\Controller:viewEditorSingle',
|
||||||
'verb' => RouteVerb::GET,
|
'verb' => RouteVerb::GET,
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user