mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
Initial commit
This commit is contained in:
17
index.php
Normal file
17
index.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
use OpenCCK\Infrastructure\API\App;
|
||||
use OpenCCK\Infrastructure\API\Server;
|
||||
|
||||
use Amp\ByteStream\BufferException;
|
||||
|
||||
require_once 'vendor/autoload.php';
|
||||
|
||||
App::getInstance()
|
||||
->addModule(
|
||||
/**
|
||||
* @throws Throwable
|
||||
* @throws BufferException
|
||||
*/ fn(App $app) => Server::getInstance()
|
||||
)
|
||||
->start();
|
Reference in New Issue
Block a user