fix: add frontend host to application properties
This commit is contained in:
parent
204970856b
commit
f011ade4a8
2 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,7 @@ public class DepositController {
|
|||
@Value("${stripe.secret.key}")
|
||||
private String stripeKey;
|
||||
|
||||
@Value("${frontend.host}")
|
||||
@Value("${app.fronend-host}")
|
||||
private String frontendHost;
|
||||
|
||||
@PostMapping("/deposit/checkout")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue