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