mirror of
https://github.com/plausible/analytics.git
synced 2024-11-23 11:12:15 +03:00
Fix bad request call
This commit is contained in:
parent
264b233ca6
commit
80c62cfdb2
@ -56,7 +56,7 @@ defmodule PlausibleWeb.Api.ExternalSitesController do
|
||||
H.bad_request(conn, "Parameter `name` is required to create a shared link")
|
||||
|
||||
e ->
|
||||
H.bad_request(400, "Something went wrong: #{inspect(e)}")
|
||||
H.bad_request(conn, "Something went wrong: #{inspect(e)}")
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user