mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
making it plural
This commit is contained in:
@ -624,7 +624,7 @@ export class ControllerRoute {
|
||||
};
|
||||
|
||||
static AUTOMATION = class {
|
||||
public static readonly ROUTE = '/projects/:projectUuid/automation';
|
||||
public static readonly ROUTE = '/projects/:projectUuid/automations';
|
||||
|
||||
static ACTIONS = class {
|
||||
public static readonly ADD_AUTOMATION_SUMMARY = 'Add automation';
|
||||
|
Reference in New Issue
Block a user