5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 10:26:08 +00:00

Merge branch 'issue-9386' into panel.sutty.nl

This commit is contained in:
f 2023-01-12 14:25:59 -03:00
commit 5ae614bb4c
2 changed files with 2 additions and 2 deletions

View file

@ -91,7 +91,7 @@ gem 'stackprof'
gem 'prometheus_exporter'
# debug
gem 'fast_jsonparser'
gem 'fast_jsonparser', '~> 0.5.0'
gem 'down'
gem 'sourcemap'
gem 'rack-cors'

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