mirror of
https://github.com/Caraxi/mare.server.git
synced 2025-12-12 20:57:22 +01:00
Merge branch 'main' of https://github.com/Penumbra-Sync/server
This commit is contained in:
commit
9de6480307
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ namespace MareSynchronosServer.Hubs;
|
|||
|
||||
public partial class MareHub
|
||||
{
|
||||
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".scd", ".skp", ".shpk" };
|
||||
private static readonly string[] AllowedExtensionsForGamePaths = { ".mdl", ".tex", ".mtrl", ".tmb", ".pap", ".avfx", ".atex", ".sklb", ".eid", ".phyb", ".pbd", ".scd", ".skp", ".shpk" };
|
||||
|
||||
[Authorize(Policy = "Identified")]
|
||||
public async Task UserAddPair(UserDto dto)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue