newStaffLDB-API #48

Merged
fred.boniface merged 85 commits from newStaffLDB-API into main 2023-10-03 21:35:03 +01:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit a87f203782 - Show all commits

View File

@ -23,6 +23,7 @@ async function sendToGitea(body) {
let key = process.env.OWL_GIT_ISSUEBOT;
let url = process.env.OWL_GIT_APIENDPOINT;
let opts = {
method: "POST",
headers: {
Authorization: key,
},