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