Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit abffeae

Browse files
author
haydenyoung
committed
POST write access.
1 parent 2e1b1b9 commit abffeae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/orbitdb-api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ class OrbitdbAPI extends Express {
215215
return res.json('')
216216
});
217217

218+
this.post('/db/:dbname/access/write/:pubkey', db_put_write_public_key);
218219
this.put('/db/:dbname/access/write/:pubkey', db_put_write_public_key);
219220

220221
this.get('/db/:dbname/:item', asyncMiddleware( async (req, res, next) => {

0 commit comments

Comments
 (0)