We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ff444 commit 8d8f820Copy full SHA for 8d8f820
viplab-standalone-frontend-vue/src/pages/teacher/App.vue
@@ -2628,7 +2628,7 @@ export default {
2628
let file = JSON.stringify(this.computationTemplate);
2629
let dataBase64url = base64url(Buffer.from(file).toString());
2630
2631
- baseUrl = "http://localhost:3000/";
+ //baseUrl = "http://localhost:3000/";
2632
fetch(baseUrl + "sign", {
2633
method: 'POST',
2634
body: dataBase64url
0 commit comments