We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ec456 commit f5c984cCopy full SHA for f5c984c
โindex.html
@@ -14,7 +14,7 @@ <h1>Welcome to My GitHub Page!</h1>
14
<script>
15
async function fetchData() {
16
try {
17
- const response = await fetch('https://your-fastapi-server.com/process-nlp/', {
+ const response = await fetch('http://your-fastapi-server.com/process-nlp/', {
18
method: 'POST',
19
headers: {
20
'Content-Type': 'application/json',
0 commit comments