Versions in this module Expand all Collapse all v1 v1.0.0 Nov 8, 2022 Changes in this version + func AddRoutes(router *mux.Router, config *configuration.Config) + type SpaHandler struct + func NewSpaHandler(config configuration.Config, staticPath string, indexPath string) *SpaHandler + func (h *SpaHandler) ServeHTTP(w http.ResponseWriter, r *http.Request)