WEB: Client handler needs further examination
This commit is contained in:
parent
4a9f59717b
commit
29b781a167
|
@ -22,6 +22,9 @@ defmodule RlRepo.ClientHandler do
|
||||||
end
|
end
|
||||||
|
|
||||||
def create_response(request) do
|
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.")
|
Logger.info("Building body.")
|
||||||
|
|
||||||
# NOTE: Reliability testing.
|
# NOTE: Reliability testing.
|
||||||
|
|
Loading…
Reference in a new issue