portal, platform, and server fixes
This commit is contained in:
@@ -77,6 +77,7 @@ body {
|
||||
z-index: 1030;
|
||||
background-color: #212529 !important;
|
||||
color: white;
|
||||
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
|
||||
}
|
||||
|
||||
.header .container-fluid {
|
||||
|
@@ -155,7 +155,7 @@ window.createPaymentIntent = async function(formDataJson) {
|
||||
|
||||
console.log('Form data:', formData);
|
||||
|
||||
const response = await fetch('/company/create-payment-intent', {
|
||||
const response = await fetch('/api/company/create-payment-intent', {
|
||||
method: 'POST',
|
||||
headers: {
|
||||
'Content-Type': 'application/json',
|
||||
|
Reference in New Issue
Block a user