req disable cache

This commit is contained in:
2024-06-02 17:26:34 +02:00
parent f1aba90737
commit 1829ea4c8a

View File

@ -66,7 +66,7 @@ defmodule SomethingErlang.AwfulApi.Client do
Req.new(
base_url: @base_url,
user_agent: @user_agent,
cache: true,
cache: false,
headers: [cookie: [cookies(%{bbuserid: user.id, bbpassword: user.hash})]]
)
|> Req.Request.append_request_steps(