tech5usa / TLSential

A server for providing short-lived TLS certificates to all services within a firewall restricted network.
GNU General Public License v3.0
15 stars 2 forks source link

Refactor GET/DELETE for /api/user #38

Closed d1str0 closed 4 years ago

d1str0 commented 4 years ago

Both of these endpoints use the same handler for singular and all GET/DELETE calls. Refactor so they have Get, GetAll and Delete, DeleteAll for allowing different permissions in the future.