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