SignalR auth working

This commit is contained in:
Fergal Moran
2018-05-09 09:48:07 +01:00
parent 8725d632f0
commit fd22da93b8
54 changed files with 333 additions and 167 deletions

View File

@@ -0,0 +1,4 @@
namespace PodNoms.Api.Models.Settings {
public class ImageFileStorageSettings : FileStorageSettings {
}
}