feat: Add automation route (#3410)

This commit is contained in:
Muhsin Keloth
2021-11-18 14:09:55 +05:30
committed by GitHub
parent b81a9f2010
commit c2b4991fd8
6 changed files with 59 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ import { default as _setNewPassword } from './setNewPassword.json';
import { default as _settings } from './settings.json';
import { default as _signup } from './signup.json';
import { default as _teamsSettings } from './teamsSettings.json';
import { default as _automation } from './automation.json';
export default {
..._agentMgmt,
@@ -40,4 +41,5 @@ export default {
..._settings,
..._signup,
..._teamsSettings,
..._automation,
};