Skip to content

Commit

Permalink
chore: remove rsshub endpoint default value (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudoyu authored Oct 17, 2024
1 parent fb08004 commit 4d9c09f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/node/component/info/handler_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func getNetworkConfigDetailForRSS(source network.Source) NetworkConfigDetailForR

if workerConfig.EndpointID != nil {
workerConfig.EndpointID.Type = URLType
workerConfig.EndpointID.Value = "https://your-rsshub-endpoint"
}

networkDetail.WorkerConfig = workerConfig
Expand Down

0 comments on commit 4d9c09f

Please sign in to comment.