Skip to content

Commit

Permalink
MODIFIED: blog generator url
Browse files Browse the repository at this point in the history
  • Loading branch information
AquibPy committed May 3, 2024
1 parent 3a74fca commit fac11c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/blog_generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ <h1>Blog Generator</h1>
loadingSpinner.style.display = 'flex';
btnContainer.style.display = 'none';

const response = await fetch('http://127.0.0.1:8000/blog_generator', {
const response = await fetch('https://llm-pgc4.onrender.com/blog_generator', {
method: 'POST',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
Expand Down

0 comments on commit fac11c6

Please sign in to comment.