Files
mercator_service/static/errors/400.html
Lionel Sambuc 66d19f7a2d Upgraded to actix_web 1.0+
* Some refactoring
 * Adding CORS support
 * Updating API & tests with 405 for the relevent calls
 * Fixing test so they can be run
2019-10-03 14:28:41 +02:00

9 lines
123 B
HTML

<html>
<head>
<title>400 - Bad Request</title>
</head>
<body>
<h1>400 - Bad Request</h1>
</body>
</html>