Update controllers

This commit is contained in:
SowinskiBraeden committed 2021-10-05 19:28:41 -07:00
1 parent 338f508460
commit 2de5b87bb9
20 files changed
+317 -3

No files matched your search

+1 -1
View File
@@ -10,7 +10,7 @@ import (
"go.mongodb.org/mongo-driver/mongo"
)
var foodCollection *mongo.Collection = database.OpenCollection(databse.Client, "food")
var foodCollection *mongo.Collection = database.OpenCollection(database.Client, "food")
func main() {
port := os.Getenv("PORT")