1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-11-27 08:31:20 +02:00

Remove unused router from the web.Server struct

This commit is contained in:
Miguel de la Cruz 2020-11-09 18:23:41 +01:00
parent 1111bd337a
commit 27ba0cc6c5

View File

@ -22,7 +22,6 @@ type RoutedService interface {
type Server struct {
http.Server
router *mux.Router
rootPath string
port int
ssl bool