wiiu-chat-secure/database/connect_all.go
2023-04-08 16:39:11 -04:00

6 lines
56 B
Go

package database
func ConnectAll() {
connectMongo()
}