|
@@ -62,7 +62,7 @@ public class MirrorController {
|
|
|
|
|
|
|
|
private final MidjourneyAccountService midjourneyAccountService;
|
|
private final MidjourneyAccountService midjourneyAccountService;
|
|
|
|
|
|
|
|
- @Value("${midjourney.host}")
|
|
|
|
|
|
|
+ @Value("${midjourney.url}")
|
|
|
private String midjourneyHost;
|
|
private String midjourneyHost;
|
|
|
|
|
|
|
|
|
|
|