We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1116be7 commit 67ea00dCopy full SHA for 67ea00d
src/services/api.js
@@ -84,6 +84,7 @@ class Api {
84
break;
85
default:
86
}
87
+ headers['X-Client-Id'] = 'CommunityApp';
88
89
/* Throttling of API calls should not happen at server in production. */
90
if (API_THROTTLING && (isomorphy.isClientSide() || isomorphy.isDevBuild())) {
0 commit comments