Add more tests
This commit is contained in:
@@ -26,5 +26,4 @@ class ApplicationPostMixin:
|
||||
"""Manage POST request."""
|
||||
if path == "/.web" or path.startswith("/.web/"):
|
||||
return self._web.post(environ, base_prefix, path, user)
|
||||
|
||||
return httputils.METHOD_NOT_ALLOWED
|
||||
|
||||
Reference in New Issue
Block a user