Fixes 404 responses from functions that go through NoRoute path. (#651)

* Fixes 404 responses from functions that go through NoRoute path.

* cleanup

* cleanupp

* fix link

* Rollback a bad change.
This commit is contained in:
Travis Reeder
2018-01-08 10:03:33 -08:00
committed by Reed Allman
parent c4ccf5f5a8
commit 5cdee5579d
4 changed files with 32 additions and 24 deletions

View File

@@ -24,8 +24,8 @@ import (
"github.com/fnproject/fn/api/version"
"github.com/fnproject/fn/fnext"
"github.com/gin-gonic/gin"
"github.com/opentracing/opentracing-go"
"github.com/openzipkin/zipkin-go-opentracing"
opentracing "github.com/opentracing/opentracing-go"
zipkintracer "github.com/openzipkin/zipkin-go-opentracing"
"github.com/sirupsen/logrus"
)