mirror of
https://0xacab.org/sutty/sutty
synced 2025-01-19 21:43:38 +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 << "panel.#{domain}"
|
||||||
config.hosts << "api.#{domain}"
|
config.hosts << "api.#{domain}"
|
||||||
|
config.hosts << /\Aapi\./
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue