UNPKG

angular-http-server

Version:

Simple http server for developers of apps with client side routing

10 lines (9 loc) 172 B
module.exports = { proxy: [ { forward: ["resources-test"], target: "localhost:8001", protocol: "http", }, ], };