Skip to content

Commit

Permalink
feat(backend-api): Add permalink to DeployApp
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Apr 25, 2024
1 parent c267b80 commit f60ae5d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/backend-api/src/types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -530,6 +530,7 @@ mod queries {
pub admin_url: String,
pub owner: Owner,
pub url: String,
pub permalink: String,
pub deleted: bool,
pub aliases: AppAliasConnection,
}
Expand Down

0 comments on commit f60ae5d

Please sign in to comment.