refactor: removed typo forward slash from API paths
This commit is contained in:
@@ -68,7 +68,7 @@ export class ProjectController {
|
||||
return this.projectService.remove(id);
|
||||
}
|
||||
|
||||
@Get("/user/workspace/:id")
|
||||
@Get("user/workspace/:id")
|
||||
@ApiOperation({ summary: "Get user projects!" })
|
||||
@ApiResponse({ status: 200, description: "Got user projects successfully!" })
|
||||
@ApiResponse({status: 400, description: "Bad Request!"})
|
||||
|
||||
Reference in New Issue
Block a user