Merge branch 'main' into module/timetracking
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
let types = $state(null);
|
||||
|
||||
async function loadTypes(){
|
||||
const url = api('api/document/types');
|
||||
const url = api('document/types');
|
||||
var resp = await fetch(url,{credentials: 'include'});
|
||||
if (resp.ok){
|
||||
types = await resp.json();
|
||||
|
||||
Reference in New Issue
Block a user