testmycode / tmc-server

Test My Code exercise server used by e.g. http://mooc.fi/
GNU General Public License v2.0
46 stars 41 forks source link

exercise#show.json has incorrect urls for zips #196

Closed jamo closed 9 years ago

jamo commented 9 years ago

submitted_zip_url: "http://tmc.mooc.fi/submissions/267048.zip" when it shoud be "http://tmc.mooc.fi/{hy|mooc|etc}submissions/267048.zip" Change it to use base url configured in SiteSettings.

https://github.com/testmycode/tmc-server/blob/master/app/models/submission.rb#L54

jamo commented 9 years ago

Ill fix this this evening, if nobody else is interested, but feel free to fix this.