Cleanup
This commit is contained in:
+1
-1
@@ -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/';
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user