path.go 109 B

123456
  1. package dify_invocation
  2. func difyPath(path ...string) string {
  3. return baseurl.JoinPath(path...).String()
  4. }