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

<html>
<head>
<title>404 - Page not found</title>
</head>
<body>
<h1>404 - Page not found</h1>
</body>
</html>