test bota #77

Closed
Raykov-MS wants to merge 373 commits from test into main
Showing only changes of commit ff2ae30623 - Show all commits

View File

@ -3,7 +3,7 @@ import api from './client';
export const FormsSheetApi = {
get(form, sheetName) {
return api
.get(`/form/${4}/sheet/${sheetName}`)
.get(`/form/${4}/sheet/${sheetName}?direction=Support`)
// .get(`/forms/${form}/sheet/${sheetName}`)
.then((r) => r.data);
},