owner type fix + route handler refactor

This commit is contained in:
2025-05-22 14:42:42 +03:00
parent ca06551382
commit 6963fdb17a
5 changed files with 5 additions and 28 deletions

View File

@@ -7,7 +7,7 @@ const SenderPage = () => {
return (
<RouteForm
routeHandlerUrl="/api/account/create-route"
ownerType="mover"
ownerType="customer"
title="Отправить посылку"
description="Заполните информацию о вашей посылке и маршруте"
/>