Skip to content

Commit

Permalink
Merge pull request #4566 from wasmerio/backend-api-app-permalink
Browse files Browse the repository at this point in the history
feat(backend-api): Add permalink to DeployApp
  • Loading branch information
syrusakbary authored Apr 26, 2024
2 parents c267b80 + f60ae5d commit 6f1ba98
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 6f1ba98

Please sign in to comment.