tangled
alpha
login
or
join now
cosmik.network
/
semble
43
fork
atom
A social knowledge tool for researchers built on ATProto
43
fork
atom
overview
issues
13
pulls
pipelines
fix param order for create collection routes
Wesley Finck
5 months ago
cb243ec7
f178bb87
+1
-1
1 changed file
expand all
collapse all
unified
split
src
modules
cards
infrastructure
http
routes
index.ts
+1
-1
src/modules/cards/infrastructure/http/routes/index.ts
···
74
74
updateCollectionController,
75
75
deleteCollectionController,
76
76
getCollectionPageController,
77
77
-
getCollectionPageByAtUriController,
78
77
getMyCollectionsController,
79
78
getCollectionsController,
79
79
+
getCollectionPageByAtUriController,
80
80
),
81
81
);
82
82