mirror of
https://github.com/SyncrowIOT/backend.git
synced 2025-07-16 18:56:22 +00:00
fixed communityUuid
This commit is contained in:
@ -81,7 +81,7 @@ export class ControllerRoute {
|
||||
};
|
||||
|
||||
static SPACE = class {
|
||||
public static readonly ROUTE = '/communities/:communityId/spaces';
|
||||
public static readonly ROUTE = '/communities/:communityUuid/spaces';
|
||||
static ACTIONS = class {
|
||||
public static readonly CREATE_SPACE_SUMMARY = 'Create a new space';
|
||||
public static readonly CREATE_SPACE_DESCRIPTION =
|
||||
|
@ -915,6 +915,7 @@ export class DeviceService {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
async getDeviceLogs(deviceUuid: string, query: GetDeviceLogsDto) {
|
||||
try {
|
||||
const deviceDetails = await this.getDeviceByDeviceUuid(deviceUuid);
|
||||
|
Reference in New Issue
Block a user