mirror of
https://github.com/Karaka-Management/oms-Knowledgebase.git
synced 2026-02-15 09:38:40 +00:00
Add css to load
This commit is contained in:
parent
18966178b9
commit
afac29827a
|
|
@ -3,6 +3,12 @@
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
|
'^.*/backend/wiki.*$' => [
|
||||||
|
[
|
||||||
|
'dest' => '\Modules\Knowledgebase\Controller:setUpBackend',
|
||||||
|
'verb' => RouteVerb::GET,
|
||||||
|
],
|
||||||
|
],
|
||||||
'^.*/backend/wiki/dashboard.*$' => [
|
'^.*/backend/wiki/dashboard.*$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Knowledgebase\Controller:viewKnowledgebaseDashboard',
|
'dest' => '\Modules\Knowledgebase\Controller:viewKnowledgebaseDashboard',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user