1
0
Fork 0
forked from gitea/nas

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

This commit is contained in:
KMY 2024-11-19 08:49:55 +09:00
commit 055045981f
221 changed files with 2006 additions and 1127 deletions

View file

@ -7,10 +7,6 @@ RSpec.describe Api::BaseController do
def success
head 200
end
def failure
FakeService.new
end
end
it 'returns private cache control headers by default' do