Updating initial Location crud endpoints to be global & restricted to SUPER role
This commit is contained in:
@@ -9,8 +9,6 @@ public class Location
|
||||
[BsonRepresentation(BsonType.ObjectId)]
|
||||
public string? Id { get; set; }
|
||||
|
||||
public string OwnerUserId { get; set; } = string.Empty;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public DateTime CreatedUtc { get; set; } = DateTime.UtcNow;
|
||||
|
||||
Reference in New Issue
Block a user