Skip to content

Commit 51226e5

Browse files
committed
📦 update dist
1 parent 5b1c002 commit 51226e5

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

dist/wizard/wizard.js

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,16 @@ document.addEventListener('DOMContentLoaded', function () {
5656

5757
try {
5858

59+
// let host = "http://localhost:8091/retrosheet-wizard"
60+
let host = "https://api.a64.in/retrosheet-wizard"
61+
5962
// API url : POST http://localhost:8080/retrosheet-wizard/code (form data)
6063
/**
6164
* googleSheetUrl:https://docs.google.com/spreadsheets/d/12vMK4tdtpEbplmeg3Q3-qc3_yPKO92jp_o41wk4PYHg/edit?usp=sharing
6265
* googleFormUrl:https://docs.google.com/forms/d/e/1FAIpQLSdRUQAWjNw3EMFVaJkCqMISeOECht1FxYfq9JszpcPj2Qfkcg/viewform?usp=dialog
6366
* sheetName:marvel
6467
*/
65-
const response = await fetch('http://localhost:8080/retrosheet-wizard/code', {
68+
const response = await fetch(host + '/code', {
6669
method: 'POST',
6770
// form data request
6871
headers: {
@@ -111,7 +114,7 @@ document.addEventListener('DOMContentLoaded', function () {
111114
}
112115

113116

114-
let isDebug = true;
117+
let isDebug = false;
115118
if(isDebug){
116119
// Debug code
117120
let debugSheetUrl = "https://docs.google.com/spreadsheets/d/1R-5dz_C9Dyeve7_GTvpbFeNboWmXFTvo7dH-MRvvUPk/edit?usp=sharing"

0 commit comments

Comments
 (0)