You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
?$"using the {Constants.FullRouteName_Api_Admin_RefreshCache} endpoint or restarting the server."
74
74
:"restarting the server. There is an admin-only endpoint available that has not been configured. Set an admin access token in appsettings.json to enable the endpoint.";
75
75
76
-
_logger.LogInformation("Periodic version cache refreshing is disabled for {project}. It can only be refreshed by {means}",_cachedProject!.Value.Name,howToRefresh);
76
+
_logger.LogInformation("Periodic version cache refreshing is disabled for {project}. It can be refreshed by {means}",_cachedProject!.Value.Name,howToRefresh);
0 commit comments