feat: add POST /api/v1/installation/users to seed user

This commit is contained in:
Ali BARIN
2024-05-07 15:39:22 +00:00
parent a2df7c1e89
commit 10290ce6e3
9 changed files with 143 additions and 0 deletions

View File

@@ -11,3 +11,7 @@ export const createConfig = async (params = {}) => {
return config;
};
export const createInstallationCompletedConfig = async () => {
return await createConfig({ key: 'installation.completed', value: { data: true } });
}