Skip to content

Commit

Permalink
Re-open API.
Browse files Browse the repository at this point in the history
  • Loading branch information
baobabKoodaa committed Jun 22, 2023
1 parent 252917d commit 0a10530
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (!LOG_ENDPOINT) {
console.log("LOG_ENDPOINT environment variable not set, logging disabled.")
}

let serverStatusGreen = false
let serverStatusGreen = true

const log = (userId, input, output) => {
if (!LOG_ENDPOINT) return
Expand Down

0 comments on commit 0a10530

Please sign in to comment.