5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-05 19:45:46 +00:00

feat: habilitar la api pero no el panel

retrocompatibilidad con sitios que llaman a api.sit.io
This commit is contained in:
f 2023-02-01 17:54:34 -03:00
parent 727435569c
commit 28767145a5

View file

@ -7,4 +7,5 @@ Rails.application.configure do
config.hosts << "panel.#{domain}"
config.hosts << "api.#{domain}"
config.hosts << /\Aapi\./
end