mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 14:41:28 -07:00
the client uploading something with 2 as the type expects it to have a /data/ prefix (holotar for example it seems)
This commit is contained in:
@@ -35,7 +35,7 @@ import type { App } from './context'
|
|||||||
*/
|
*/
|
||||||
const UPLOAD_SUBFOLDER: Record<number, string> = {
|
const UPLOAD_SUBFOLDER: Record<number, string> = {
|
||||||
1: 'room',
|
1: 'room',
|
||||||
2: 'holotar',
|
2: 'data',
|
||||||
3: 'image',
|
3: 'image',
|
||||||
4: 'video',
|
4: 'video',
|
||||||
5: 'invention',
|
5: 'invention',
|
||||||
|
|||||||
Reference in New Issue
Block a user