feat: Initial observations endpoint

This commit is contained in:
2026-02-16 18:05:44 -05:00
parent c3ec4db852
commit 067e907718
10 changed files with 303 additions and 12 deletions

View File

@@ -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