request->getMethod() == 'OPTIONS') { return $this->response->json([], 200); } else { return $this->response->withStatus(404, "not found page."); } } }