r5 icon indicating copy to clipboard operation
r5 copied to clipboard

Dead code elimination: Remove Unused HTTP Endpoints

Open trevorgerhardt opened this issue 2 years ago • 1 comments

HTTP endpoints that only interact with the database are no longer in use here. These Controller endpoints and their methods can be removed.

trevorgerhardt avatar Jan 27 '23 06:01 trevorgerhardt

Even though they are unused, these endpoints can serve as helpful reminders for me that some requests need to be directed to the database instead.

ansoncfit avatar Aug 17 '23 02:08 ansoncfit