Skip to content

Commit 353bb7b

Browse files
committed
docs: update variable reference in FE contributing docs
1 parent a3da329 commit 353bb7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing/frontend.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ example below:
152152
export const getAgentListeningPorts = async (
153153
agentID: string,
154154
): Promise<TypesGen.ListeningPortsResponse> => {
155-
const response = await axios.get(
155+
const response = await axiosInstance.get(
156156
`/api/v2/workspaceagents/${agentID}/listening-ports`,
157157
);
158158
return response.data;

0 commit comments

Comments
 (0)