Skip to content

Commit

Permalink
ops
Browse files Browse the repository at this point in the history
  • Loading branch information
enghitalo committed Dec 7, 2024
1 parent 15e338e commit a1b8a3f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion v/v/src/controllers.v
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module main

import strings

const h_response_body = '{"message": "Hello, world!"}'
const http_ok_response = 'HTTP/1.1 200 OK\r\nContent-Type: application/json\r\nContent-Length: 0\r\nConnection: keep-alive\r\n\r\n'.bytes()

const http_created_response = 'HTTP/1.1 201 Created\r\nContent-Type: application/json\r\nContent-Length: 0\r\nConnection: keep-alive\r\n\r\n'.bytes()
Expand Down

0 comments on commit a1b8a3f

Please sign in to comment.