Skip to content

Commit

Permalink
middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv8433 committed Jan 17, 2024
1 parent 0110d9f commit 538b3ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextResponse } from "next/server";

const url = "http://localhost:3000";
const url = "https://news-app-dhruv8433.vercel.app/";

export async function middleware(request) {
const isAuthenticate = request.cookies.get("authenticated")?.value === "true";
Expand Down

0 comments on commit 538b3ac

Please sign in to comment.