|
|
|
@ -19,7 +19,7 @@ const Store = require("../storage/file"); |
|
|
|
const BlobStore = require("../storage/blob"); |
|
|
|
|
|
|
|
const UNAUTHENTICATED_CALLS = { |
|
|
|
GET_FILE_SIZE: Pinning.getFileSize, // XXX TEST
|
|
|
|
GET_FILE_SIZE: Pinning.getFileSize, |
|
|
|
GET_MULTIPLE_FILE_SIZE: Pinning.getMultipleFileSize, |
|
|
|
GET_DELETED_PADS: Pinning.getDeletedPads, |
|
|
|
IS_CHANNEL_PINNED: Pinning.isChannelPinned, |
|
|
|
|