mirror of
https://github.com/Karaka-Management/oms-BankAccounting.git
synced 2026-02-13 06:18:42 +00:00
Routings moved to routing files
This commit is contained in:
parent
2ffbe49aac
commit
352e6749bc
3
Admin/Routes/console.php
Normal file
3
Admin/Routes/console.php
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$consoleRoutes = [];
|
||||||
3
Admin/Routes/http.php
Normal file
3
Admin/Routes/http.php
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$httpRoutes = [];
|
||||||
3
Admin/Routes/socket.php
Normal file
3
Admin/Routes/socket.php
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
<?php
|
||||||
|
|
||||||
|
$socketRoutes = [];
|
||||||
Loading…
Reference in New Issue
Block a user