Skip to content

Commit

Permalink
update(Open-Pelico): add Shoebill URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluzzi committed Oct 17, 2023
1 parent f817e14 commit 8c1070f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Core/Commands/Open-Pelico/Open-Pelico.Cmd.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ enum PelicoWebsite {
App
Ibis
Flamingo
Shoebill
}

function Open-Pelico {
Expand All @@ -23,6 +24,10 @@ function Open-Pelico {
$URL = "$env:PELICO_URL/flamingo/api/graphql"
}

([PelicoWebsite]::Shoebill) {
$URL = "$env:PELICO_URL/shoebill/api/graphql/graphql"
}

Default {
Write-Host "Website does not exist."
return
Expand Down

0 comments on commit 8c1070f

Please sign in to comment.