* Some refactoring * Adding CORS support * Updating API & tests with 405 for the relevent calls * Fixing test so they can be run
9 lines
129 B
HTML
9 lines
129 B
HTML
<html>
|
|
<head>
|
|
<title>404 - Page not found</title>
|
|
</head>
|
|
<body>
|
|
<h1>404 - Page not found</h1>
|
|
</body>
|
|
</html>
|