Fixed URL for setting timelapse configuration.

Closes #110
This commit is contained in:
Gina Häußge 2013-05-01 20:17:30 +02:00
parent 9e9705f1ce
commit fc56744705

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,