Skip to content

Commit f5c984c

Browse files
Update index.html
Signed-off-by: ๐Ž๐ง๐ž ๐…๐ข๐ง๐ž ๐’๐ญ๐š๐ซ๐ฌ๐ญ๐ฎ๐Ÿ๐Ÿ <[email protected]>
1 parent b2ec456 commit f5c984c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

โ€Žindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1>Welcome to My GitHub Page!</h1>
1414
<script>
1515
async function fetchData() {
1616
try {
17-
const response = await fetch('https://your-fastapi-server.com/process-nlp/', {
17+
const response = await fetch('http://your-fastapi-server.com/process-nlp/', {
1818
method: 'POST',
1919
headers: {
2020
'Content-Type': 'application/json',

0 commit comments

Comments
ย (0)