apps/web: disable api cache
This commit is contained in:
parent
30d705a618
commit
40140c805e
@ -6,7 +6,7 @@ import type { WretchError } from 'wretch';
|
||||
import wretch from 'wretch';
|
||||
|
||||
const urls = getUrls();
|
||||
const api = wretch(urls.URL_IUS).errorType('json');
|
||||
const api = wretch(urls.URL_IUS).options({ cache: 'no-store' }).errorType('json');
|
||||
|
||||
type Input = { pageUrlParams: PageUrlParams; payload?: unknown };
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user