Skip to content

Commit

Permalink
Merge branch 'main' into renaming-for-modification-by-filter-and-formula
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazwarhili authored Dec 20, 2024
2 parents 45b2915 + dd28fd0 commit ad48442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/spreadsheet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { backendFetchJson } from '@gridsuite/commons-ui';
import { UUID } from 'crypto';

const PREFIX_SPREADSHEET_CONFIG_QUERIES = import.meta.env.VITE_API_GATEWAY + '/spreadsheet-config';
const PREFIX_SPREADSHEET_CONFIG_QUERIES = import.meta.env.VITE_API_GATEWAY + '/study-config';

export function getSpreadsheetModel(spreadsheetModelUuid: UUID) {
const fetchUrl = `${PREFIX_SPREADSHEET_CONFIG_QUERIES}/v1/spreadsheet-configs/${spreadsheetModelUuid}`;
Expand Down

0 comments on commit ad48442

Please sign in to comment.