Skip to content

Commit dc554b7

Browse files
Reset base url
1 parent e660eb0 commit dc554b7

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
@@ -2629,7 +2629,7 @@ export default {
26292629
let file = JSON.stringify(this.computationTemplate);
26302630
let dataBase64url = base64url(Buffer.from(file).toString());
26312631
2632-
baseUrl = "http://localhost:3000/";
2632+
//baseUrl = "http://localhost:3000/";
26332633
fetch(baseUrl + "sign", {
26342634
method: 'POST',
26352635
body: dataBase64url

0 commit comments

Comments
 (0)