From 98dfea1c36595410a8f4a3ab84a9522a6c8e79a1 Mon Sep 17 00:00:00 2001 From: Matthew Dillon Date: Mon, 12 Jan 2015 16:41:04 -0900 Subject: [PATCH] boxcars config (github.com/azer/boxcars) for dev --- config.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config.json diff --git a/config.json b/config.json new file mode 100644 index 0000000..37dcf6f --- /dev/null +++ b/config.json @@ -0,0 +1,6 @@ +{ + "localhost": { + "/api": "localhost:8901/api", + "*": "localhost:4200" + } +}