MCPcopy Create free account
hub / github.com/GmpABR/NexusFlow / joinWorkspaceByToken

Function joinWorkspaceByToken

frontend/src/api/workspaces.ts:104–107  ·  view source on GitHub ↗
(token: string)

Source from the content-addressed store, hash-verified

102};
103
104export const joinWorkspaceByToken = async (token: string) => {
105 const response = await api.post<{ message: string, workspaceId: number }>(`/workspaces/join/${token}`);
106 return response.data;
107};

Callers 1

handleJoinFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected