mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-14 06:49:05 +02:00
make temporary auth solution
This commit is contained in:
@@ -16,7 +16,7 @@ async function fetch_family_tree() {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
Authorization: auth_token
|
||||
Authorization: 'Bearer '+auth_token
|
||||
}
|
||||
});
|
||||
const data = await response.json();
|
||||
|
Reference in New Issue
Block a user