This commit is contained in:
CHIEFSOFT\ameye
2024-08-31 07:22:01 -04:00
parent 150e2490f0
commit 43942441ef
3 changed files with 24 additions and 0 deletions
+4
View File
@@ -36,6 +36,10 @@ $routes->set404Override();
// We get a performance increase by specifying the default
// route since we don't have to scan directories.
//www-api/app/Config/RoutesV1.php
$routes->get('/en/flow/api/v1/new-account','AirFlow::flowNewAccount');
include "RoutesV1.php";
/*
* --------------------------------------------------------------------