mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
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:
committed by
Reed Allman
parent
c4ccf5f5a8
commit
5cdee5579d
@@ -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"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user