Files
tp/api/src/configs/APIserver.go
T
valitovgaziz 69a735e692 DB connected
2024-08-08 10:58:02 +05:00

9 lines
74 B
Go

package configs
import(
)
type APIserver struct {
Server_port string
}