Skip to content

Commit

Permalink
remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerwelin committed Feb 10, 2020
1 parent c5e7fea commit 5b8c349
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions new-api.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import (
)

var (
defaultAppPath = "/src/helloworld/app"
allowedAPIProtocols = []string{"rest", "websocket"}
allowedRestAPIEndpoints = []string{"regional", "edge", "private"}
defaultAppPath = "/src/helloworld/app"
)

type TmplData struct {
Expand Down

0 comments on commit 5b8c349

Please sign in to comment.