Blog data update

This commit is contained in:
Olu Amey
2023-01-02 10:51:47 -05:00
parent 84f7f24080
commit 2700abdca6
6 changed files with 1332 additions and 5 deletions
+6 -4
View File
@@ -32,10 +32,10 @@ class Database extends Config
*/
public $default = [
'DSN' => '',
'hostname' => 'localhost',
'username' => '',
'password' => '',
'database' => '',
'hostname' => '10.10.33.60',
'username' => 'postgres',
'password' => 'may12002',
'database' => 'chiefsoft_blog',
'DBDriver' => 'MySQLi',
'DBPrefix' => '',
'pConnect' => false,
@@ -50,6 +50,8 @@ class Database extends Config
'port' => 3306,
];
/**
* This database connection is used when
* running PHPUnit database tests.
+6
View File
@@ -35,6 +35,12 @@ $routes->get('/', 'Home::index');
$routes->get('/wp/', 'Dengine::index');
$routes->get('/merms/wp/', 'Merms::index');
//MERMS MYFIT
$routes->get('/mermsmemr/myfit/country', 'Myfit::country');
$routes->get('/mermsmemr/myfit/blogdata', 'Myfit::index');
$routes->post('/mermsmemr/myfit/contact', 'Myfit::index');
/*
* --------------------------------------------------------------------
* Additional Routing