Skip to content

Commit

Permalink
feat: add icon to ep definition
Browse files Browse the repository at this point in the history
  • Loading branch information
aleneum committed Dec 5, 2024
1 parent 4bfb542 commit ab725b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hive_cli/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Endpoint(BaseModel):
name: str
port: int
protocol: str = "http"
icon: str | None = None

class Recipe(BaseModel):
path: Path
Expand Down

0 comments on commit ab725b6

Please sign in to comment.