This commit is contained in:
2023-01-22 10:19:05 -05:00
parent e880b389be
commit 4b714c182d
9 changed files with 7865 additions and 15623 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ class App extends BaseConfig
*
* @var string
*/
public $baseURL = 'http://localhost:8080/';
public $baseURL = 'https://dev142.bko.myfit.mermsemr.com/'; //'http://localhost:8080/';
/**
* --------------------------------------------------------------------------
+2
View File
@@ -37,9 +37,11 @@ $routes->set404Override();
// route since we don't have to scan directories.
$routes->get('/', 'Home::index');
$routes->get('dash', 'Dash::index');
$routes->post('dash', 'Dash::index');
$routes->get('contacts', 'Dash::contacts');
$routes->post('startlogin', 'Home::startlogin');
$routes->get('startlogin', 'Home::startlogin');
/*
* --------------------------------------------------------------------
* Additional Routing