Delete Utils and add ExceptionHandler for exceptions

This commit is contained in:
Denis Oleynik 2025-02-20 16:00:13 +03:00
parent 52c75deff8
commit 18b978badd

View File

@ -1,6 +1,5 @@
package com.example.nto.controller;
import com.example.nto.Utils;
import com.example.nto.entity.CodeBody;
import com.example.nto.entity.Employee;
import com.example.nto.entity.ResponseData;