Closed TarushS closed 2 years ago
You need to delete the fs_path params in the http service handler:
{
"handler": "http",
"port": 443,
"params": {
"body": "test",
"headers": [],
"server_version": "Apache",
"ssl": true
}
}
I changed the http handler's body but it doesn't reflect in the service, it just shows "It Works!".