Fix README

This commit is contained in:
Olga Maciaszek-Sharma
2020-08-11 19:01:02 +02:00
parent a07903837c
commit 9bbd634ff1
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ $ curl localhost:8080/env/sample
mytest
$ vi target/config/mytest.properties
.. change value of "sample", optionally commit
$ curl localhost:8080/refresh
$ curl -X POST localhost:8080/refresh
["sample"]
$ curl localhost:8080/env/sample
sampleValue

View File

@@ -50,7 +50,7 @@ $ curl localhost:8080/env/sample
mytest
$ vi target/config/mytest.properties
.. change value of "sample", optionally commit
$ curl localhost:8080/refresh
$ curl -X POST localhost:8080/refresh
["sample"]
$ curl localhost:8080/env/sample
sampleValue