mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
added todo to fileStorage [cdn]
This commit is contained in:
parent
4adf2bdc54
commit
aa340d0a3b
@ -6,6 +6,8 @@ import "missing-native-js-functions";
|
||||
import { Readable } from "stream";
|
||||
import ExifTransformer = require("exif-be-gone");
|
||||
|
||||
// TODO: split stored files into separate folders named after cloned route
|
||||
|
||||
function getPath(path: string) {
|
||||
// STORAGE_LOCATION has a default value in start.ts
|
||||
const root = process.env.STORAGE_LOCATION || "../";
|
||||
|
Loading…
Reference in New Issue
Block a user