mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 16:11:42 +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
|
||||
end
|
||||
|
||||
render status: 201, json: { id: 1, url: root_url }
|
||||
render status: 201, json: { id: 1, url: '' }
|
||||
end
|
||||
|
||||
private
|
||||
|
|
Loading…
Reference in a new issue