Merge pull request #33 from openwhisk/apimsg

Don't show managed gateway msg when missing API
diff --git a/api-gateway-config/conf.d/managed_endpoints.conf b/api-gateway-config/conf.d/managed_endpoints.conf
index 3aee3c4..2409c39 100644
--- a/api-gateway-config/conf.d/managed_endpoints.conf
+++ b/api-gateway-config/conf.d/managed_endpoints.conf
@@ -51,7 +51,7 @@
         return 500 '{"code":$status, "message":"Oops. Something went wrong. Check your URI and try again."}\n';
     }
 
-    location /api {
+    location = /api {
         content_by_lua '
             ngx.say("You have hit the api gateway managed endpoints.")
         ';
@@ -149,4 +149,4 @@
 #            end
 #        ';
 #    }
-#}
\ No newline at end of file
+#}