Update
This commit is contained in:
4
app/resources/routes/api/update.php
Normal file
4
app/resources/routes/api/update.php
Normal file
@ -0,0 +1,4 @@
|
||||
<?php
|
||||
use ProVM\Money\Common\Controller\Update;
|
||||
|
||||
$app->get('/update', Update::class);
|
Reference in New Issue
Block a user