Add admin interface to manage instances subscriptions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -25,7 +25,7 @@ defmodule MobilizonWeb.AbsintheHelpers do
|
||||
conn
|
||||
|> post(
|
||||
"/api",
|
||||
build_query(options[:query], options[:variables])
|
||||
build_query(options[:query], Keyword.get(options, :variables, %{}))
|
||||
)
|
||||
|> json_response(200)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user