We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f368db commit c72f16cCopy full SHA for c72f16c
1 file changed
backend/src/CCE.Api.Internal/Program.cs
@@ -85,13 +85,9 @@
85
app.MapHomepageSettingsEndpoints();
86
app.MapAboutSettingsEndpoints();
87
app.MapPoliciesSettingsEndpoints();
88
-<<<<<<< feat/services-evaluation
89
-app.MapMediaEndpoints();
90
-app.MapEvaluationEndpoints();
91
-=======
92
app.MapMediaEndpoints();
93
app.MapCountryCodeEndpoints();
94
->>>>>>> develop
+ app.MapEvaluationEndpoints();
95
96
// Sub-11d follow-up — dev sign-in shim. Mounts /dev/sign-in,
97
// /dev/sign-out, /dev/whoami when Auth:DevMode=true. Production
0 commit comments