forked from sanchezvem/PyroFetes
Retired /api in all the endpoints
This commit is contained in:
@@ -12,7 +12,7 @@ public class CreateSupplierEndpoint(
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Post("/api/suppliers");
|
||||
Post("/suppliers");
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user