Skip to content

Commit 8d8f820

Browse files
change baseurl for sign-endpoint
1 parent 24ff444 commit 8d8f820

File tree

1 file changed

+1
-1
lines changed
  • viplab-standalone-frontend-vue/src/pages/teacher

1 file changed

+1
-1
lines changed

viplab-standalone-frontend-vue/src/pages/teacher/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2628,7 +2628,7 @@ export default {
26282628
let file = JSON.stringify(this.computationTemplate);
26292629
let dataBase64url = base64url(Buffer.from(file).toString());
26302630
2631-
baseUrl = "http://localhost:3000/";
2631+
//baseUrl = "http://localhost:3000/";
26322632
fetch(baseUrl + "sign", {
26332633
method: 'POST',
26342634
body: dataBase64url

0 commit comments

Comments
 (0)