Skip to content

Commit

Permalink
FIX apigroup creation
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinovega committed Apr 26, 2024
1 parent c703c5f commit bd4a338
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 226 deletions.
2 changes: 1 addition & 1 deletion daikoku/app/controllers/EntitiesController.scala
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class EntitiesController(
id = ApiId(IdGenerator.token(32)),
tenant = ctx.tenant.id,
team = TeamId("none"),
name = "New API",
name = "New API group",
apis = Some(Set.empty),
smallDescription = "A new API group",
description = "A new API group",
Expand Down
Loading

0 comments on commit bd4a338

Please sign in to comment.