Skip to content
This repository has been archived by the owner on Jan 6, 2024. It is now read-only.

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanVydes authored Apr 5, 2021
1 parent c2c9db9 commit d869df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ type GetMe struct {
}

func main() {
API(MyMongo("mongodb+srv://myapi:[email protected]/CagaCaga?retryWrites=true&w=majority"))
API(MyMongo("mongo uri"))
}

/// Return Mongo Client Connection
Expand Down

0 comments on commit d869df6

Please sign in to comment.