Skip to content

Commit b2afeaf

Browse files
committed
feat(ost22) change endpoint props to ost22
1 parent 835f7bc commit b2afeaf

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

docs/16093-2004.pdf

1.61 MB
Binary file not shown.

docs/16093-2004_01.pdf

4.49 MB
Binary file not shown.

img/mthread01.png

11.6 KB
Loading

js/ost22/calculations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ document.getElementById('calculate-btn').addEventListener('click', async () => {
8181
}
8282

8383
// 3. Формируем строку для сервера
84-
const page = 'ost';
84+
const page = 'ost22';
8585
const inputString = `${type}:${size}`;
8686
const inputData = { inputData: page, inputString };
8787

0 commit comments

Comments
 (0)