diff --git a/now.json b/now.json new file mode 100644 index 0000000000000000000000000000000000000000..144e6db07ac23bd7f6fe7ffd6da8ce2343446d4c --- /dev/null +++ b/now.json @@ -0,0 +1,8 @@ +{ + "name": "go-httpbin", + "type": "docker", + "public": true, + "alias": [ + "httpbingo.org" + ] +}