unknown
426d3b16f6
fix: read backbone_code from multipart form in tower controller
...
CreateTower and UpdateTower multipart handlers were building the DTO
without reading backbone_code from PostForm, so the field was always nil
even when the frontend sent it. Added c.PostForm("backbone_code") parsing
in both handlers.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-12 18:11:58 +07:00
areeqakbr
f84ec65fbb
Adding New Endpoint for register and user management
2025-06-19 13:10:45 +07:00
areeqakbr
9456477767
adding condition for no auth and adding new cors statement
2025-06-18 15:07:28 +07:00
areeqakbr
df082319f2
adding multiple images create and update also for the responses
2025-06-15 23:00:25 +07:00
areeqakbr
ece05cee18
adding more response for port assignments
2025-06-14 15:30:04 +07:00
areeqakbr
751461bc34
adding trx operations and more complex features
2025-06-12 22:41:55 +07:00
areeqakbr
d5f611e390
adding more complex response and more readable also adding some feature like rbac
2025-06-11 08:24:42 +07:00
areeqakbr
2fb3876ee6
adding cors middleware
2025-02-20 11:07:41 +07:00
areeqakbr
3606306310
adding to another routes
2025-02-18 23:30:02 +07:00
areeqakbr
726ae35fd1
[FEATURE] Adding auth middleware
2025-02-17 13:43:05 +07:00
areeqakbr
54d191dcb4
[FEATURE] adding update and fixing on get by id
2025-02-14 15:27:01 +07:00
areeqakbr
adf2d1f379
adding get by id
2025-02-13 15:47:01 +07:00
areeqakbr
b79701e87c
project init
2025-02-13 13:46:06 +07:00