Skip to content

Commit 3130579

Browse files
committed
v1.0.0
1 parent 40fa9f7 commit 3130579

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Changelog
2+
3+
## v1.0.0 - 2023-12-28
4+
5+
- Initial release.

src/cgi.gleam

-4
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@ import gleam/http
1616
import gleam/http/request.{type Request, Request}
1717
import gleam/http/response.{type Response, Response}
1818

19-
pub type RequestError {
20-
MissingEnvironmentVariable(name: String)
21-
}
22-
2319
// TODO: Remove
2420
pub fn main() {
2521
use request <- handle_request

0 commit comments

Comments
 (0)