Skip to content

Commit

Permalink
feat: split app-scopes endpoint into, status, login and app-scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
framitdavid committed Nov 14, 2024
1 parent 8ff4a2b commit cdae4a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/Designer/Controllers/AppScopesController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


namespace Altinn.Studio.Designer.Controllers;

// TODO split the endppoint
[FeatureGate(StudioFeatureFlags.AnsattPorten)]
[Route("designer/api/{org}/{app:regex(^(?!datamodels$)[[a-z]][[a-z0-9-]]{{1,28}}[[a-z0-9]]$)}/app-scopes")]

Expand Down

0 comments on commit cdae4a6

Please sign in to comment.