package server import "net/http" func setupApiFrontendRouter() http.Handler { router := http.NewServeMux() return router }