triggering deployment

This commit is contained in:
Seth Forsgren 2022-12-21 22:28:48 -08:00
parent 5e8cac308b
commit 0ab9dede71
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ export default async function handler(req, res) {
"Authorization": `Api-Key ${process.env.RIFFUSION_BASETEN_API_KEY}`
};
// This code is no longer active in favor of blueprint method
const response = await fetch(process.env.RIFFUSION_BASETEN_URL, {
method: "POST",
headers: headers,