maj
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
// Global variables
|
||||
let api_url = "https://timelapse.kerboul.me/api";
|
||||
let global_project_list;
|
||||
let current_project = "";
|
||||
|
||||
@@ -22,7 +21,7 @@ function formatDate(isoString) {
|
||||
|
||||
function getDataProjectFromApi() {
|
||||
return $.ajax({
|
||||
url: api_url.concat("/itemsdb"),
|
||||
url: api_url.concat("/projects"),
|
||||
method: "GET",
|
||||
dataType: "json",
|
||||
}).then((data) => {
|
||||
|
||||
Reference in New Issue
Block a user