mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
stop riding the short bus, no clue why this stuff is here. only adds confusion, removing (#1)
server exposes Router field
This commit is contained in:
committed by
Travis Reeder
parent
85f7a53cc0
commit
53cbe2d5a4
@@ -144,10 +144,6 @@ var (
|
||||
code: http.StatusBadRequest,
|
||||
error: errors.New("Negative idle timeout"),
|
||||
}
|
||||
ErrNoSpecialHandlerFound = err{
|
||||
code: http.StatusNotFound,
|
||||
error: errors.New("Path not found"),
|
||||
}
|
||||
ErrCallNotFound = err{
|
||||
code: http.StatusNotFound,
|
||||
error: errors.New("Call not found"),
|
||||
|
||||
Reference in New Issue
Block a user