mdenet / educationplatform

Eclipse Public License 2.0
2 stars 3 forks source link

Correctly use ref when loading files via token server #179

Closed szschaler closed 5 months ago

szschaler commented 5 months ago

This PR fixes the token server so that it correctly uses the provided ref parameter when loading files from GitHub.

szschaler commented 5 months ago

Saving files did already use the branch parameter, so should continue to work correctly.

szschaler commented 5 months ago

Depends on #178 which should be merged first.