Fix Novu API import path

This commit is contained in:
gpt-engineer-app[bot]
2025-10-12 15:41:36 +00:00
parent 4d96f45e74
commit 1333a5e8c8
7 changed files with 7 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { serve } from "https://deno.land/std@0.168.0/http/server.ts";
import { Novu } from "@novu/api";
import { Novu } from "npm:@novu/api@0.0.7";
const corsHeaders = {
'Access-Control-Allow-Origin': '*',