mirror of
https://0xacab.org/sutty/sutty
synced 2025-03-14 20:08:19 +00:00
Merge branch 'issue-18074' into production.panel.sutty.nl
This commit is contained in:
commit
178c261483
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ module Api
|
||||||
# API para sitios
|
# API para sitios
|
||||||
class SitesController < BaseController
|
class SitesController < BaseController
|
||||||
SUBDOMAIN = ".#{Site.domain}"
|
SUBDOMAIN = ".#{Site.domain}"
|
||||||
TESTING_SUBDOMAIN = ".testing.#{SUBDOMAIN}"
|
TESTING_SUBDOMAIN = ".testing.#{Site.domain}"
|
||||||
PARTS = Site.domain.split('.').count
|
PARTS = Site.domain.split('.').count
|
||||||
|
|
||||||
if Rails.env.production?
|
if Rails.env.production?
|
||||||
|
|
Loading…
Reference in a new issue