mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-08-09 15:55:01 +02:00
Fixed output_dir not liking the move to JSONResponse
This commit is contained in:
@ -1497,7 +1497,7 @@ async function getDiskPath() {
|
||||
let res = await fetch('/get/output_dir')
|
||||
if (res.status === 200) {
|
||||
res = await res.json()
|
||||
res = res[0]
|
||||
res = res.output_dir
|
||||
|
||||
document.querySelector('#diskPath').value = res
|
||||
}
|
||||
|
Reference in New Issue
Block a user