<?php
header('Content-Type: text/html; charset=utf-8');
readfile(__DIR__ . '/api-docs.html');
