Skip to content

Commit 8803963

Browse files
committed
Updated create route
1 parent 616b706 commit 8803963

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/handlers/Mongo/MongoCreate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//Mongo URL
2-
const MongoUrl = 'https://data.mongodb-api.com/app/data-inikb/endpoint/data/v1/action/insertOne';\
2+
const MongoUrl = 'https://data.mongodb-api.com/app/data-inikb/endpoint/data/v1/action/insertOne';
33
let name = 'none';
44
let social = ['1', '2'];
55
let plug = '';

0 commit comments

Comments
 (0)