invoke trial from main

This commit is contained in:
abhishek9686 2024-01-19 17:57:30 +05:30
parent 5b7d1709e5
commit c674929b90
2 changed files with 1 additions and 1 deletions

View file

@ -6,5 +6,6 @@ package main
import "github.com/gravitl/netmaker/pro"
func init() {
pro.InitTrial()
pro.InitPro()
}

View file

@ -19,7 +19,6 @@ import (
// InitPro - Initialize Pro Logic
func InitPro() {
servercfg.IsPro = true
proLogic.InitTrial()
models.SetLogo(retrieveProLogo())
controller.HttpMiddlewares = append(
controller.HttpMiddlewares,