mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 04:51:43 +00:00
cómo pasó estó
This commit is contained in:
parent
f9985e2b53
commit
55a250d5a2
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ module Api
|
|||
|
||||
set_cookie if contact
|
||||
|
||||
render file: rails.root.join('public', '1x1.png'),
|
||||
render file: Rails.root.join('public', '1x1.png'),
|
||||
content_type: 'image/png',
|
||||
layout: false
|
||||
end
|
||||
|
@ -35,7 +35,7 @@ module Api
|
|||
|
||||
set_cookie if anon
|
||||
|
||||
render file: rails.root.join('public', '1x1.png'),
|
||||
render file: Rails.root.join('public', '1x1.png'),
|
||||
content_type: 'image/png',
|
||||
layout: false
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue