This commit is contained in:
2021-04-12 00:43:27 -04:00
parent fef167c46e
commit 35bcbd1979
10 changed files with 120 additions and 13 deletions

View File

@ -0,0 +1,4 @@
<?php
use ProVM\Money\Common\Controller\Update;
$app->get('/update', Update::class);