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