Skip to content

Commit

Permalink
!release
Browse files Browse the repository at this point in the history
First release of the project.
Added support for **dynamic pages** using **Groovy** scripts.
Fixed various bugs.
  • Loading branch information
fulminazzo committed Dec 23, 2024
1 parent 8974606 commit ca7851e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/resources/scripts/index.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ static ContentHandler.HTTPResponse handle(HttpExchange httpExchange) {
else return new ContentHandler.HTTPResponse(HTTPCode.BAD_REQUEST, path,
"No name provided!"
)
}
}

0 comments on commit ca7851e

Please sign in to comment.