compliance: add unauthenticated /source route (AGPLv3 sec 13), bundle CHANGES.md

This commit is contained in:
2026-08-18 16:08:56 -04:00
parent 9d1077b8e4
commit 2a1ed424a9
4 changed files with 85 additions and 0 deletions
+2
View File
@@ -11,6 +11,8 @@ Rails.application.routes.draw do
root 'dashboard#index'
get '/source', to: 'source#index'
get 'up' => 'rails/health#show'
get 'manifest' => 'pwa#manifest'