FCLT#88276 Voor AiAi bij unauthenticated aanroep GET api2/knowledgebase.json?scope=bo&client=aait&offset=0&limit=1000

svn path=/Website/branches/v2025.1/; revision=68610
This commit is contained in:
Jos Groot Lipman
2025-04-01 08:10:13 +00:00
parent 769608f75b
commit 49efbf5323

View File

@@ -504,7 +504,11 @@ else // zitten we in een bestand wat het user-object nooit benadert
__DoLog("Strange: access to user.checkAutorisation while no user is known (yet)");
Response.Status = "401 Unauthorized";
Response.End;
}
},
lang: function ()
{
return "NL";
}
}
user.has = function () { return false; };
}