Files
money/ui/resources/routes/web.php

7 lines
108 B
PHP
Raw Normal View History

2021-03-18 23:25:35 -03:00
<?php
use ProVM\Money\Common\Controller\Home;
include_once 'currencies.php';
$app->get('/', Home::class);