Commit 51b21c1
committed
List only user-accessible projects
The Gitlab API's `getAllProjects` method requires an admin user
to be connected.
Use the `api.getProjects()` method instead, which lists all
projects **accessible** to the connected user, so the proxy can be
used with a non-admin user.1 parent c3a3b82 commit 51b21c1
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments