This commit is contained in:
2020-09-04 00:41:33 +08:00
parent 622071256e
commit 46f9de1f6a
141 changed files with 105 additions and 73 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ use Snowflake\Application;
require_once __DIR__ . '/vendor/autoload.php';
$config = array_merge(
require_once __DIR__ . '/system/Process/config.php',
require_once __DIR__ . '/http-server/config.php'
require_once __DIR__ . '/System/Process/config.php',
require_once __DIR__ . '/HttpServer/config.php'
);
$application = new Application($config);