feat: add gmail review actions

This commit is contained in:
2026-04-01 21:54:05 +02:00
parent 161ecb4b94
commit b87e673d38
6 changed files with 53 additions and 45 deletions
-15
View File
@@ -1204,18 +1204,3 @@ app.UseAuthorization();
app.MapControllers();
app.Run();
app.Run();
);
}
}
}
}
app.UseCors("AllowReact");
app.UseAuthentication();
app.UseAuthorization();
app.MapControllers();
app.Run();
app.Run();