update url qrcode table

This commit is contained in:
Efril
2026-05-10 14:13:20 +07:00
parent 9f653eef37
commit 1834dd0b19
4 changed files with 11 additions and 9 deletions
+4 -3
View File
@@ -1,7 +1,8 @@
package config
type Server struct {
Port string `mapstructure:"port"`
BaseUrl string `mapstructure:"common-url"`
LocalUrl string `mapstructure:"local-url"`
Port string `mapstructure:"port"`
BaseUrl string `mapstructure:"common-url"`
LocalUrl string `mapstructure:"local-url"`
SelfOrderUrl string `mapstructure:"self-order-url"`
}