File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 806806Now lets add the script. Looking above, you will see that it's simple action is to modify the ``` <body> ``` statement and make the background yellow.
807807
808808```
809- $ cli4 --put = @- /zones/:example.com/workers/script < modify-body.js
809+ $ cli4 --put @- /zones/:example.com/workers/script < modify-body.js
810810{
811811 "etag": "1234567890123456789012345678901234567890123456789012345678901234",
812812 "id": "example-com",
Original file line number Diff line number Diff line change @@ -889,7 +889,7 @@ yellow.
889889
890890::
891891
892- $ cli4 --put = @- /zones/:example.com/workers/script < modify-body.js
892+ $ cli4 --put @- /zones/:example.com/workers/script < modify-body.js
893893 {
894894 "etag": "1234567890123456789012345678901234567890123456789012345678901234",
895895 "id": "example-com",
You can’t perform that action at this time.
0 commit comments