CMQuah / hrms_frontend_claim-service

HRMS fork repo for claim-service's frontend
0 stars 0 forks source link

Unable to soft delete employee config #6

Open CMQuah opened 1 year ago

CMQuah commented 1 year ago

Incorrect API in

router.employee.configTable.softDelete.go

// forward the post request from the front-end to employee-service to create a new employee func SoftDeleteEmployeeCT(w http.ResponseWriter, r *http.Request) { // send post request to employee-service and collect the response url := claimService + "api/v1/claim/configTable/softDelete"

CMQuah commented 1 year ago

url := employeeService + "api/v1/employee/configTable/softDelete"