c07813f4245c559fcbe590bfe42ee826923a46ed
[nit.git] / lib / popcorn / tests / res / test_example_angular.res
1
2 [Client] curl -s localhost:*****/counter
3 {"label":"Visitors","value":0}
4 [Client] curl -s localhost:*****/counter -X POST
5 {"label":"Visitors","value":1}
6 [Client] curl -s localhost:*****/counter
7 {"label":"Visitors","value":1}