nest storage directory inside './lib'

This commit is contained in:
ansuz
2020-02-14 16:29:30 -05:00
parent 58193a1969
commit 725d10fc60
12 changed files with 18 additions and 18 deletions

View File

@@ -14,8 +14,8 @@ const Upload = require("./commands/upload");
var RPC = module.exports;
const Store = require("../storage/file");
const BlobStore = require("../storage/blob");
const Store = require("./storage/file");
const BlobStore = require("./storage/blob");
const UNAUTHENTICATED_CALLS = {
GET_FILE_SIZE: Pinning.getFileSize,