start go in release mode

This commit is contained in:
Bernhard B
2019-11-03 20:40:02 +01:00
parent a7be6cd4f5
commit 01a002b6c6
2 changed files with 3 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ func main() {
flag.Parse()
router := gin.Default()
log.Info("Starting...")
log.Info("Started Signal Messenger REST API")
router.POST("/v1/register/:number", func(c *gin.Context) {
number := c.Param("number")