Skip to content

Commit

Permalink
fix: cache header fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaAK committed Aug 22, 2024
1 parent 145b563 commit 72b79f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request_cache/plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ defmodule RequestCache.Plug do
# This is compile time so we can check quicker
@graphql_paths RequestCache.Config.graphql_paths()
@request_cache_header "rc-cache-status"
@request_cache_key_header "rc-cache-key"

def request_cache_header, do: @request_cache_header
def request_cache_key_header, do: @request_cache_key_header
Expand Down

0 comments on commit 72b79f4

Please sign in to comment.