Skip to content

Commit

Permalink
Merge pull request #5 from Triantafullenia-Doumani/rrn-testing
Browse files Browse the repository at this point in the history
Update nextcloud.go
  • Loading branch information
michielbdejong authored Oct 19, 2021
2 parents efec9c6 + 8caf0b9 commit be8624f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ocm/share/manager/nextcloud/nextcloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ func (sm *Manager) do(ctx context.Context, a Action) (int, []byte, error) {
// if err != nil {
// return 0, nil, err
// }
url := "http://localhost:8080/index.php/apps/sciencemesh/~marie/api/ocm/" + a.verb
url := "http://marie:radioactivity@localhost:8080/index.php/apps/sciencemesh/~marie/api/ocm/" + a.verb
// url := sm.endPoint + "~" + user.Username + "/api/ocm/" + a.verb

log.Info().Msgf("am.do %s %s", url, a.argS)
Expand Down

0 comments on commit be8624f

Please sign in to comment.