feat: Initial observations endpoint
This commit is contained in:
@@ -2,6 +2,9 @@ require "active_support/core_ext/integer/time"
|
||||
|
||||
Rails.application.configure do
|
||||
# Settings specified here will take precedence over those in config/application.rb.
|
||||
config.hosts = [
|
||||
"yockboard.yock.dev", # Allow requests from example.com
|
||||
]
|
||||
|
||||
# Make code changes take effect immediately without server restart.
|
||||
config.enable_reloading = true
|
||||
|
||||
Reference in New Issue
Block a user