orca-nrw / crossplatform-moodle-lti-plugin

GNU General Public License v3.0
3 stars 5 forks source link

Mismatch in provider url / code #1

Closed ShUl0w closed 2 years ago

ShUl0w commented 2 years ago

The provider URL that is included in the installation instructions does not match the way it needs to be for it to actually work with the codebase, as "/ltidir" is already hardcoded and thus gets appended to the provider URL twice.

Proposed fix: remove "/ltidir" from all api calls to the provider to be in accordance with the provided URL from the installation instructions.