Skip to content

Commit

Permalink
Add missing requires.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Jul 14, 2024
1 parent 80079ab commit 2ac8c34
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/lively/assets.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
# Released under the MIT License.
# Copyright, 2021-2024, by Samuel Williams.

require 'protocol/http/middleware'
require 'protocol/http/body/file'

module Lively
class Assets < Protocol::HTTP::Middleware
DEFAULT_CACHE_CONTROL = 'no-store, no-cache, must-revalidate, max-age=0'
Expand Down

0 comments on commit 2ac8c34

Please sign in to comment.