<?php

declare(strict_types=1);
use Hyperf\HttpServer\Router\Router;
Router::post('/api/addComplaint', 'App\Controller\publicController@addComplaint');