Skip to content

Commit

Permalink
[net-util] Update x-app-var header
Browse files Browse the repository at this point in the history
  • Loading branch information
m4heshd committed Oct 2, 2023
1 parent daf127d commit a693104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server-modules/net-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getHeaders(auth) {
const headers = {
'Realm': getConfig('region'),
'x-api-key': getConfig('apiKey'),
'x-app-var': '6.0.1.f067525',
'x-app-var': '6.0.1.f8add0e',
'app': 'dice'
};

Expand Down

0 comments on commit a693104

Please sign in to comment.