route handler + backend api

This commit is contained in:
2025-05-22 11:45:25 +03:00
parent 5ad12c34cd
commit 5ba9121f33
7 changed files with 220 additions and 36 deletions

View File

@@ -195,7 +195,7 @@ export interface SenderPageProps extends Record<string, FormValue> {
cargo_type: string
departure: string
arrival: string
contact_number: string
phone_number: string
comment: string
email_notification: boolean
}