This website requires JavaScript.
Explore
Help
Register
Sign In
ProVM
/
emails
Watch
2
Star
0
Fork
0
You've already forked emails
Code
Issues
Pull Requests
Releases
Wiki
Activity
Files
5f0679221e0a0a16374680db2e9d9d4f3d4555e8
emails
/
ui
/
resources
/
routes
/
99_home.php
5 lines
72 B
PHP
Raw
Normal View
History
Unescape
Escape
UI
2022-11-25 20:52:59 -03:00
<
?
php
use
ProVM\Common\Controller\Home
;
Changed way to connect to api
2022-11-30 10:40:36 -03:00
$app
->
get
(
'[/]'
,
Home
::
class
);
Reference in New Issue
Copy Permalink