fix open project in editor request (#213)
This commit is contained in:
@@ -150,6 +150,7 @@ export const projectsApi = {
|
||||
openEditor: async (id: string): Promise<void> => {
|
||||
const response = await makeRequest(`/api/projects/${id}/open-editor`, {
|
||||
method: 'POST',
|
||||
body: JSON.stringify(null),
|
||||
});
|
||||
return handleApiResponse<void>(response);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user