Skip to content

Commit

Permalink
Config page template
Browse files Browse the repository at this point in the history
  • Loading branch information
lukarth committed Mar 5, 2020
1 parent 7ad7be2 commit f34d84d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ import (
"errors"
"fmt"
"html/template"
"strconv"

"io/ioutil"
"log"

"net/http"
"os"
"strconv"
"strings"
"unicode"

Expand Down Expand Up @@ -123,6 +123,9 @@ func main() {
g.POST("/config", setConfig)
}

//External Node Specific Initialization
parseTemplates()

//Common External Node registration
externalnode.Register(proxeusUrl, serviceName, serviceUrl, jwtsecret, "Send Emails", registerRetryInterval)
err := e.Start("0.0.0.0:" + servicePort)
Expand Down

0 comments on commit f34d84d

Please sign in to comment.