Skip to content

Commit

Permalink
fix: weird cloudflare caching edgecase
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiTenno authored May 30, 2022
1 parent e86be18 commit 6581f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/worldstate.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export const mutations = {
export const actions = {
async updateWorldstate(context) {
const { commit, getters } = context;
const ws = await get(`${apiBase}/${getters.platform}?language=${getters.locale}`, {
const ws = await get(`${apiBase}/${getters.platform}/?language=${getters.locale}`, {
headers: {
'Accept-Language': getters.locale,
},
Expand Down

1 comment on commit 6581f58

@vercel
Copy link

@vercel vercel bot commented on 6581f58 May 30, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

warframe-hub – ./

warframe-hub-git-dev-wfcd.vercel.app
warframe-hub-wfcd.vercel.app
hub.warframestat.us

Please sign in to comment.