Skip to content

Commit 148c7b2

Browse files
committed
feat(m_thread) change endpiont
1 parent d265266 commit 148c7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/theads/calculations.js

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

1717
// 3. Формируем строку для сервера
18-
const pageId = 'm-thread';
18+
const pageId = 'thread_m';
1919
const inputString = `${type}:${size}`;
2020
const inputData = { pageId, inputString };
2121

0 commit comments

Comments
 (0)