update project name
This commit is contained in:
14 files changed
+30
-30
No files matched your search
+1
-1
@@ -5,7 +5,7 @@ package databases
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/SowinskiBraeden/SulliCartShare/models"
|
||||
"github.com/SowinskiBraeden/DeviceBookingAPI/models"
|
||||
)
|
||||
|
||||
const cowName = "cows"
|
||||
|
||||
@@ -6,7 +6,7 @@ import (
|
||||
"go.mongodb.org/mongo-driver/mongo"
|
||||
"go.mongodb.org/mongo-driver/mongo/options"
|
||||
|
||||
"github.com/SowinskiBraeden/SulliCartShare/config"
|
||||
"github.com/SowinskiBraeden/DeviceBookingAPI/config"
|
||||
)
|
||||
|
||||
// DatabaseHelper contains the collection and client to be used to access the methods
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ package databases
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/SowinskiBraeden/SulliCartShare/models"
|
||||
"github.com/SowinskiBraeden/DeviceBookingAPI/models"
|
||||
)
|
||||
|
||||
const deviceName = "devices"
|
||||
|
||||
Reference in new issue
Block a user