Move contact endpoint from Program.cs into ContactController
Deploy Staging / deploy (push) Successful in 1m11s
Deploy Staging / deploy (push) Successful in 1m11s
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
namespace RazorPagesMovie.Api.V1.Contact;
|
||||
|
||||
public record ContactDto(string? Name, string? Email, string? Phone, string? Subject, string? Message);
|
||||
Reference in New Issue
Block a user