feat(sh-admin): introducing data analytics and newsletter configurations (#3845)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com> Co-authored-by: nivedin <nivedinp@gmail.com>
This commit is contained in:
committed by
GitHub
parent
4798d7bbbd
commit
919579b1da
@@ -0,0 +1,3 @@
|
||||
mutation ToggleAnalyticsCollection($status: ServiceStatus!) {
|
||||
toggleAnalyticsCollection(status: $status)
|
||||
}
|
||||
@@ -29,5 +29,7 @@ export default {
|
||||
token,
|
||||
deviceIdentifier,
|
||||
}),
|
||||
getFirstTimeInfraSetupStatus: () => restApi.get('/site/setup'),
|
||||
updateFirstTimeInfraSetupStatus: () => restApi.put('/site/setup'),
|
||||
logout: () => restApi.get('/auth/logout'),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user