Skip to content

Commit

Permalink
v0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fmontesi committed Jul 13, 2024
1 parent 54ae48c commit 14c993b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.ol
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ service Leonardo( params:Params ) {
debug = is_defined( params.httpConfig.debug ) && params.httpConfig.debug
debug.showContent = is_defined( params.httpConfig.debug.showContent ) && params.httpConfig.debug.showContent
format -> httpParams.format
contentType -> httpParams.contentTYpe
contentType -> httpParams.contentType
statusCode -> statusCode
redirect -> redirect
cacheControl.maxAge -> httpParams.cacheControl.maxAge
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@jolie/leonardo",
"description": "The Jolie Web Server",
"author": "Fabrizio Montesi <famontesi@gmail.com>",
"version": "0.4.4",
"version": "0.4.5",
"license": "Apache-2.0",
"main": "launcher.ol",
"keywords": [
Expand Down

0 comments on commit 14c993b

Please sign in to comment.