diff --git a/.gitignore b/.gitignore index 26526a5..64b8447 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,7 @@ bin/ dist/ platform +api-gateway # Test binary, built with `go test -c` *.test diff --git a/api-gateway b/api-gateway new file mode 100755 index 0000000..6561fad Binary files /dev/null and b/api-gateway differ