summaryrefslogtreecommitdiff
path: root/lib/VNWeb/Elm.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/VNWeb/Elm.pm')
-rw-r--r--lib/VNWeb/Elm.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/VNWeb/Elm.pm b/lib/VNWeb/Elm.pm
index 6fa710f9..d8e9a73a 100644
--- a/lib/VNWeb/Elm.pm
+++ b/lib/VNWeb/Elm.pm
@@ -31,8 +31,8 @@ our @EXPORT = qw/
my %apis = (
Unauth => [], # Not authorized
Unchanged => [], # No changes
- Changed => [ { id => 1 }, { uint => 1 } ], # [ id, chrev]; DB entry has been successfully changed
Success => [],
+ Redirect => [{}], # Redirect to the given URL
CSRF => [], # Invalid CSRF token
Invalid => [], # POST data did not validate the schema
Content => [{}], # Rendered HTML content (for markdown/bbcode APIs)