Files
OCR/frontend/proxy.conf.json

11 lines
153 B
JSON

{
"/ocrb": {
"target": "http://localhost:8000",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/ocrb": ""
}
}
}