portal, platform, and server fixes

This commit is contained in:
Timur Gordon
2025-06-30 17:01:40 +02:00
parent 1c96fa4087
commit a5b46bffb1
59 changed files with 9158 additions and 1057 deletions

View File

@@ -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 {

View File

@@ -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',