Allow kdb

This commit is contained in:
defnotken
2025-10-04 14:09:32 -05:00
parent 1655f99021
commit 43219dd1e9

View File

@@ -23,7 +23,7 @@ namespace LightlessSyncServer.Hubs;
public partial class LightlessHub
{
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".pbd", ".scd", ".skp", ".shpk" };
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".pbd", ".scd", ".skp", ".shpk", ".kdb" };
[Authorize(Policy = "Identified")]
public async Task UserAddPair(UserDto dto)