mirror of
https://0xacab.org/sutty/sutty
synced 2025-02-22 04:31:49 +00:00
fix: no filtrar la url del panel en sitios proxeados #9386
This commit is contained in:
parent
9681f15b70
commit
2352ce52ec
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ module Api
|
||||||
params: airbrake_params.to_h
|
params: airbrake_params.to_h
|
||||||
end
|
end
|
||||||
|
|
||||||
render status: 201, json: { id: 1, url: root_url }
|
render status: 201, json: { id: 1, url: '' }
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue