kon/constants/constants.go
2024-04-01 21:09:41 +02:00

5 lines
79 B
Go

package constants
const VersionString = "v0.0.1"
const HostEndpoint = ":3000"