Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Update MenuBar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
carvalho28 authored Jul 29, 2023
1 parent 1a7c66e commit ac5ba5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion request-app/components/MenuBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const MenuBar = ({ editor, reqName }: any) => {
console.log("req", req);

const response = await fetch(
"http://localhost:8080/api/ai/topics"
"http://localhost:8080/api/ai/topics",
{
method: "POST",
headers: {
Expand Down

2 comments on commit ac5ba5f

@vercel
Copy link

@vercel vercel bot commented on ac5ba5f Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

request-docs – ./request-docs

request-docs-git-main-carvalho28.vercel.app
re-quest-docs.vercel.app
request-docs-carvalho28.vercel.app

@vercel
Copy link

@vercel vercel bot commented on ac5ba5f Jul 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

request-app – ./request-app

request-app-git-main-carvalho28.vercel.app
re-quest.vercel.app
request-app-carvalho28.vercel.app

Please sign in to comment.