Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Work Flow App Api End Points

All Api End Points

// Retrieve all workers
GET /employer/allWorkers

// Retrieve a worker by ID
GET /employer/allWorkers/{id}

// Add a new worker
POST /employer/allWorkers

// Update an existing worker
PUT /employer/allWorkers/{id}

// Delete a worker by ID
DELETE /employer/allWorkers/{id}

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages