forked from sanchezvem/PyroFetes
Correction des routes d'api
This commit is contained in:
@@ -8,7 +8,7 @@ public class GetAllEffectsEndpoint(PyroFetesDbContext pyrofetesdbcontext) : Endp
|
||||
{
|
||||
public override void Configure()
|
||||
{
|
||||
Get("/effects");
|
||||
Get("Api/effects");
|
||||
AllowAnonymous();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user