Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 7924bb3

Browse files
author
Russtopia
committed
Add future support for integration devurl tests
1 parent c71c3c9 commit 7924bb3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/coder/urls.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ type DevURL struct {
4444
URL string `json:"url"`
4545
Port int `json:"port"`
4646
Access string `json:"access"`
47+
Name string `json:"name"`
4748
}
4849

4950
var urlAccessLevel = map[string]string{

0 commit comments

Comments
 (0)