1# Start without caching
2http-server -c-1 .
3
4# Proxy all REST calls to a specific endpoint
5http-server -c-1 --proxy http://localhost:9000 .
6Created on 6/23/2018
1# Start without caching
2http-server -c-1 .
3
4# Proxy all REST calls to a specific endpoint
5http-server -c-1 --proxy http://localhost:9000 .
6Created on 6/23/2018