set default http engine nanoexpress

This commit is contained in:
srgooglo 2022-05-06 18:47:06 +02:00
parent ac05c162c6
commit 869c0dcf36

View File

@ -22,6 +22,7 @@ global.DEFAULT_HEADERS = {
global.DEFAULT_SERVER_PARAMS = { global.DEFAULT_SERVER_PARAMS = {
urlencoded: true, urlencoded: true,
httpEngine: "nano-express",
} }
global.DEFAULT_MIDDLEWARES = [ global.DEFAULT_MIDDLEWARES = [