Skip to content

Commit cba3dc7

Browse files
committed
Update host URL and disable debug logging
1 parent 9d00e8c commit cba3dc7

7 files changed

Lines changed: 5 additions & 406 deletions

File tree

sample/composeApp/src/jsMain/resources/wizard/wizard.js

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

5757
try {
5858

59-
// let host = "http://localhost:8080"
60-
let host = "http://localhost:8080"
59+
// let host = "http://localhost:8091/retrosheet-wizard"
60+
let host = "https://api.a64.in/retrosheet-wizard"
6161

6262
// API url : POST http://localhost:8080/retrosheet-wizard/code (form data)
6363
/**
6464
* googleSheetUrl:https://docs.google.com/spreadsheets/d/12vMK4tdtpEbplmeg3Q3-qc3_yPKO92jp_o41wk4PYHg/edit?usp=sharing
6565
* googleFormUrl:https://docs.google.com/forms/d/e/1FAIpQLSdRUQAWjNw3EMFVaJkCqMISeOECht1FxYfq9JszpcPj2Qfkcg/viewform?usp=dialog
6666
* sheetName:marvel
6767
*/
68-
const response = await fetch(host + '/retrosheet-wizard/code', {
68+
const response = await fetch(host + '/code', {
6969
method: 'POST',
7070
// form data request
7171
headers: {
@@ -114,7 +114,7 @@ document.addEventListener('DOMContentLoaded', function () {
114114
}
115115

116116

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

wizard-api/src/main/kotlin/Administration.kt

Lines changed: 0 additions & 26 deletions
This file was deleted.

wizard-api/src/main/kotlin/Application.kt

Lines changed: 0 additions & 14 deletions
This file was deleted.

wizard-api/src/main/kotlin/HTTP.kt

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)