A social knowledge tool for researchers built on ATProto

fix param order for create collection routes

+1 -1
+1 -1
src/modules/cards/infrastructure/http/routes/index.ts
··· 74 74 updateCollectionController, 75 75 deleteCollectionController, 76 76 getCollectionPageController, 77 - getCollectionPageByAtUriController, 78 77 getMyCollectionsController, 79 78 getCollectionsController, 79 + getCollectionPageByAtUriController, 80 80 ), 81 81 ); 82 82