diff options
Diffstat (limited to 'src/cowboy_http_rest.erl')
-rw-r--r-- | src/cowboy_http_rest.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cowboy_http_rest.erl b/src/cowboy_http_rest.erl index 60fd762..e825a98 100644 --- a/src/cowboy_http_rest.erl +++ b/src/cowboy_http_rest.erl @@ -42,8 +42,8 @@ %% Cached resource calls. etag :: undefined | no_call | binary(), - last_modified :: undefined | no_call | cowboy_clock:datetime(), - expires :: undefined | no_call | cowboy_clock:datetime() + last_modified :: undefined | no_call | calendar:datetime(), + expires :: undefined | no_call | calendar:datetime() }). -include("include/http.hrl"). |