Madiwka3 1 рік тому
джерело
коміт
8ca382716c
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      app/apis/v1/route_vehicle.py

+ 1
- 1
app/apis/v1/route_vehicle.py Переглянути файл

@@ -132,7 +132,7 @@ def update_vehicle(
db: Session = Depends(get_db),
current_user: User = Depends(get_current_user),
):
if current_user.Role != "Admin":
if current_user.Role != "Admin" and current_user.Role != "Maintenance":
raise HTTPException(
status_code=403, detail="You are not authorized to perform this action"
)


Завантаження…
Відмінити
Зберегти