Skip to content

Commit 2211459

Browse files
committed
Correct workspace_associations_counts API path
1 parent b7e5b0f commit 2211459

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/metasploit/framework/data_service/remote/http/remote_workspace_data_service.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def workspaces
3939
end
4040

4141
def workspace_associations_counts()
42-
json_to_mdm_object(self.get_data(WORKSPACE_API_PATH, []), WORKSPACE_MDM_CLASS, [])
42+
json_to_mdm_object(self.get_data(WORKSPACE_COUNTS_API_PATH, []), WORKSPACE_MDM_CLASS, [])
4343
end
4444

4545
#########

0 commit comments

Comments
 (0)