events api

This commit is contained in:
2026-05-05 19:49:24 +02:00
parent 66442c420b
commit 130be14c59
6 changed files with 86 additions and 42 deletions
+1
View File
@@ -5,6 +5,7 @@ Rails.application.routes.draw do
namespace :api do
get "software", to: "software#index"
get "software/highlighted", to: "software_highlighted#index"
get "events", to: "events#index"
end
get "update", to: "update#update"