diff --git a/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs b/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
index a3bb978..51ddb9a 100644
--- a/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
+++ b/New_College.Api/Controllers/Front/SeVolunteerInitializationController.cs
@@ -39,6 +39,7 @@ namespace New_College.Api.Controllers
///
///
[HttpGet]
+ [AllowAnonymous]
public async Task>> Get()
{
var sysregion = await _sysRegionServices.Query(e => e.Level == 1);