mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 06:16:42 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
8c2036d2d9
commit
b08c92c8a3
1 changed files with 0 additions and 4 deletions
|
|
@ -57,10 +57,6 @@ Deno.serve(async (req) => {
|
|||
return jsonResponse(500, { error: "RAILWAY_API_TOKEN not configured" });
|
||||
}
|
||||
|
||||
if (!OPENROUTER_API_KEY) {
|
||||
return jsonResponse(500, { error: "OPENROUTER_API_KEY not configured" });
|
||||
}
|
||||
|
||||
let body: RequestBody;
|
||||
try {
|
||||
body = await req.json();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue