Merge remote-tracking branch 'parent/main' into upstream-20240731

This commit is contained in:
KMY 2024-07-31 13:00:13 +09:00
commit 8b09a57a91
320 changed files with 3132 additions and 1643 deletions

View file

@ -179,6 +179,7 @@ namespace :api, format: false do
resources :notifications, only: [:index, :show] do
collection do
post :clear
get :unread_count
end
member do
@ -371,6 +372,7 @@ namespace :api, format: false do
resources :notifications, only: [:index, :show] do
collection do
post :clear
get :unread_count
end
member do