Tags are working, just not yet editable

This commit is contained in:
adoolaard
2025-01-30 22:22:42 +01:00
parent 791fbfa1b4
commit a402c4f326
4 changed files with 27 additions and 0 deletions

View File

@@ -194,6 +194,7 @@ type ProxyEndpoint struct {
//Internal Logic Elements
parent *Router `json:"-"`
Tags []string // Tags for the proxy endpoint
}
/*