parent
b9ef258580
commit
70501583d0
@ -1,5 +1,8 @@ |
||||
|
||||
hooks = [] |
||||
hooks = ["http.*:\/\/users.$HOST.*"] |
||||
|
||||
def run(ctx): |
||||
pass |
||||
def run(ctx, r): |
||||
return { |
||||
"content_type": "text/html", |
||||
"body": "<h1>all users registered on system</h1>"+("<br>".join(ctx.auth.get_real_users())) |
||||
} |
Loading…
Reference in new issue