Fixed URL for setting timelapse configuration.

Closes #110
master
Gina Häußge 2013-05-01 20:17:30 +02:00
parent 9e9705f1ce
commit fc56744705
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ function TimelapseViewModel(loginStateViewModel) {
}
$.ajax({
url: AJAX_BASEURL + "timelapse/config",
url: AJAX_BASEURL + "timelapse",
type: "POST",
dataType: "json",
data: data,