Handled proper endpoint naming

This commit is contained in:
Nedim Uka
2018-11-19 12:35:04 +01:00
parent 752df56d4a
commit f56377f606
3 changed files with 15 additions and 8 deletions

View File

@@ -48,6 +48,9 @@ define('DB_CHARSET', 'utf8mb4');
define('DB_COLLATE', '');
$table_prefix = env('DB_PREFIX') ?: 'wp_';
define( 'WP_DEBUG', true );
define( 'WP_DEBUG_LOG', true );
/**
* Authentication Unique Keys and Salts
*/