Skip to content

Commit

Permalink
Fixed expiry date
Browse files Browse the repository at this point in the history
  • Loading branch information
mshakirdfe committed Dec 10, 2024
1 parent e59f2c2 commit da10a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dfe.Academies.External.Web/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
}
},
"academies_api": {
"endpoint": "https://webapp-t1dv-sip-a2c.azurewebsites.net/"
"endpoint": "replace-me"
},
"academisation_api": {
"endpoint": "https://webapp-t1dv-sip-a2c.azurewebsites.net/"
"endpoint": "replace-me"
},
"FeatureManagement": {
"IsConversionGrantExpired": false,
Expand Down
2 changes: 1 addition & 1 deletion Dfe.Academies.External.Web/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@
"NotificationBannerMessage": "",
"FeatureManagement": {
"IsConversionGrantExpired": false,
"ConversionGrantExpiry": "2024-12-20T00:00:00Z"
"ConversionGrantExpiry": "2024-12-21T00:00:00Z"
}
}

0 comments on commit da10a0f

Please sign in to comment.