New project page

This commit is contained in:
DESKTOP-GBA0BK8\Admin
2023-03-12 21:13:22 -04:00
parent 691726b630
commit 9dd0e95a56
6 changed files with 96 additions and 7 deletions
+2 -2
View File
@@ -23,7 +23,7 @@ class App extends BaseConfig
*
* @var string
*/
public $baseURL = 'http://localhost:8080/';
public $baseURL = 'http://localhost:7072/';
/**
* --------------------------------------------------------------------------
@@ -36,7 +36,7 @@ class App extends BaseConfig
*
* @var string
*/
public $indexPage = 'index.php';
public $indexPage = '';
/**
* --------------------------------------------------------------------------
+2 -2
View File
@@ -34,11 +34,11 @@ $routes->setAutoRoute(true);
$routes->get('/', 'Home::index');
$routes->get('/projects', 'Home::projectstart');
$routes->get('/projects', 'Home::projectstart');
$routes->get('/startproject', 'Projects::start');
$routes->post('/startproject', 'Projects::start');
$routes->get('/projects/dash', 'Projects::start');
$routes->get('/projects/dash', 'ProjectPages::projectView');
/*
* --------------------------------------------------------------------