summaryrefslogtreecommitdiff
path: root/lib/http_codes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/http_codes.rb')
-rw-r--r--lib/http_codes.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/http_codes.rb b/lib/http_codes.rb
deleted file mode 100644
index 24340ec..0000000
--- a/lib/http_codes.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-module HTTPCodes
- HTTP_SUCCESS = '200'.freeze
- HTTP_CREATED = '201'.freeze
- HTTP_MULTIPLE_CHOICES = '300'.freeze
- HTTP_UNAUTHORIZED = '401'.freeze
- HTTP_NOT_FOUND = '404'.freeze
-end