refactor: removed typo forward slash from API paths
This commit is contained in:
@@ -64,7 +64,7 @@ export class WorkspaceController {
|
||||
return this.workspaceService.remove(id);
|
||||
}
|
||||
|
||||
@Get('/byuser')
|
||||
@Get('byuser')
|
||||
@ApiOperation({summary: 'Get User WorkSpaces'})
|
||||
@ApiResponse({ status: 200, description: 'Got Workspaces successfully!' })
|
||||
@ApiResponse({ status: 404, description: 'Bad Request!' })
|
||||
|
||||
Reference in New Issue
Block a user