APIs (#3)
* Initial RESTful API * RESTful API tests * Scrapping error handling refactored * Initial GraphQL API * GraphQL API tests
This commit is contained in:
@@ -2,7 +2,7 @@ import { FC } from "react";
|
||||
import { CustomError } from "../components";
|
||||
|
||||
const My500: FC = () => (
|
||||
<CustomError statusCode={500} />
|
||||
<CustomError statusCode={500} statusText={"Internal Server Error"} />
|
||||
);
|
||||
|
||||
export default My500;
|
||||
|
||||
Reference in New Issue
Block a user