mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 14:31:42 +00:00
feat: habilitar la api pero no el panel
retrocompatibilidad con sitios que llaman a api.sit.io
This commit is contained in:
parent
727435569c
commit
28767145a5
1 changed files with 1 additions and 0 deletions
|
@ -7,4 +7,5 @@ Rails.application.configure do
|
|||
|
||||
config.hosts << "panel.#{domain}"
|
||||
config.hosts << "api.#{domain}"
|
||||
config.hosts << /\Aapi\./
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue