Files
mercator_service/static/errors/405.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
137 B
HTML

<html>
<head>
<title>405 - Method not allowed</title>
</head>
<body>
<h1>405 - Method not allowed</h1>
</body>
</html>