Update templates/student.html
Browse files- templates/student.html +2 -2
templates/student.html
CHANGED
|
@@ -769,7 +769,7 @@ function activate3DVisualization(message) {
|
|
| 769 |
`;
|
| 770 |
|
| 771 |
// θͺε¨ηζε―θ§ε
|
| 772 |
-
fetch('
|
| 773 |
method: 'POST',
|
| 774 |
headers: {
|
| 775 |
'Content-Type': 'application/json'
|
|
@@ -831,7 +831,7 @@ function activate3DVisualization(message) {
|
|
| 831 |
`;
|
| 832 |
|
| 833 |
// θͺε¨ηζζη»΄ε―ΌεΎ
|
| 834 |
-
fetch('
|
| 835 |
method: 'POST',
|
| 836 |
headers: {
|
| 837 |
'Content-Type': 'application/json'
|
|
|
|
| 769 |
`;
|
| 770 |
|
| 771 |
// θͺε¨ηζε―θ§ε
|
| 772 |
+
fetch('/api/visualization/3d-surface', {
|
| 773 |
method: 'POST',
|
| 774 |
headers: {
|
| 775 |
'Content-Type': 'application/json'
|
|
|
|
| 831 |
`;
|
| 832 |
|
| 833 |
// θͺε¨ηζζη»΄ε―ΌεΎ
|
| 834 |
+
fetch('/api/visualization/mindmap', {
|
| 835 |
method: 'POST',
|
| 836 |
headers: {
|
| 837 |
'Content-Type': 'application/json'
|