File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments