This repository has been archived on 2025-01-29. You can view files and clone it, but cannot push or open issues or pull requests.
awaki/public/index.php

10 lines
150 B
PHP
Raw Normal View History

2022-07-03 23:14:15 +00:00
<?php
namespace Awaki;
require_once __DIR__ . '/../awaki.php';
$awk->setUpHttp();
$awk->dispatchHttp(
\Index\Http\HttpRequest::fromRequest()
);