add sliding server of conflans
This commit is contained in:
@@ -6,7 +6,7 @@ const {v4: uuidv4} = require('uuid');
|
||||
const OCRResult = require("../models/OCRResult");
|
||||
|
||||
// const DEEPLEARNING_CAPTCHA_HOST = "http://appointment.lpaconsulting.fr:9000"
|
||||
const DEEPLEARNING_CAPTCHA_HOST = "http://192.168.0.36:9000"
|
||||
const DEEPLEARNING_CAPTCHA_HOST = "http://192.168.1.200:9000"
|
||||
|
||||
function delay(delayInMs) {
|
||||
return new Promise(resolve => {
|
||||
|
||||
Reference in New Issue
Block a user