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 e660eb0 commit dc554b7Copy full SHA for dc554b7
viplab-standalone-frontend-vue/src/pages/teacher/App.vue
@@ -2629,7 +2629,7 @@ export default {
2629
let file = JSON.stringify(this.computationTemplate);
2630
let dataBase64url = base64url(Buffer.from(file).toString());
2631
2632
- baseUrl = "http://localhost:3000/";
+ //baseUrl = "http://localhost:3000/";
2633
fetch(baseUrl + "sign", {
2634
method: 'POST',
2635
body: dataBase64url
0 commit comments