release 0.5.0 #35

Manually merged
Seil0 merged 38 commits from develop into master 2019-09-30 21:28:54 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 23195f94e0 - Show all commits

View File

@ -80,7 +80,7 @@ class TCoRAPIController(cont: Context) {
* get the json object from tcor api and write it as file (cache)
*/
fun getCoursesList() = doAsync {
val url = URL("https://tcor.mosad.xyz/courses")
val url = URL("https://tcor.mosad.xyz/courseList")
val file = File(context.filesDir, "courses.json")
// read data from the API