5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-06-29 22:56:08 +00:00

fix: no filtrar la url del panel en sitios proxeados #9386

This commit is contained in:
f 2023-01-12 13:40:43 -03:00
parent 9681f15b70
commit 2352ce52ec

View file

@ -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