mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-10 15:17:41 +00:00
convert the route to devices
This commit is contained in:
@ -470,7 +470,7 @@ export class ControllerRoute {
|
||||
};
|
||||
};
|
||||
static DEVICE = class {
|
||||
public static readonly ROUTE = 'device';
|
||||
public static readonly ROUTE = 'devices';
|
||||
|
||||
static ACTIONS = class {
|
||||
public static readonly ADD_DEVICE_SUMMARY = 'Add new device';
|
||||
|
Reference in New Issue
Block a user