Skip to content

Commit

Permalink
fix: source url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dotunj committed Jun 11, 2022
1 parent 916fae8 commit 68b0e3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/source.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func sourceResponse(s *datastore.Source, baseUrl string) *models.SourceResponse
GroupID: s.GroupID,
Name: s.Name,
Type: s.Type,
URL: fmt.Sprintf("%s/ingester/%s", baseUrl, s.MaskID),
URL: fmt.Sprintf("%s/ingest/%s", baseUrl, s.MaskID),
IsDisabled: s.IsDisabled,
Verifier: s.Verifier,
CreatedAt: s.CreatedAt,
Expand Down

0 comments on commit 68b0e3c

Please sign in to comment.