WEB: Client handler needs further examination

This commit is contained in:
Able 2025-02-18 14:16:22 -06:00
parent 4a9f59717b
commit 29b781a167

View file

@ -22,6 +22,9 @@ defmodule RlRepo.ClientHandler do
end
def create_response(request) do
# TODO: Split off the info I need from the request body and I guess pass it around also
Logger.info "REQUEST BODY #{request}"
Logger.info("Building body.")
# NOTE: Reliability testing.