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

9 lines
150 B
PHP

<?php
namespace Awaki;
require_once __DIR__ . '/../awaki.php';
$awk->setUpHttp();
$awk->dispatchHttp(
\Index\Http\HttpRequest::fromRequest()
);