Skip to content

Commit

Permalink
Merge pull request #630 from pratapvardhan/doc
Browse files Browse the repository at this point in the history
doc: default port 5001
  • Loading branch information
jph00 authored Jan 12, 2025
2 parents aa02c2e + 637ee95 commit c21a93f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nbs/tutorials/by_example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,14 @@
"\n",
"```\n",
"INFO: Will watch for changes in these directories: ['/home/jonathan/fasthtml-example']\n",
"INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)\n",
"INFO: Uvicorn running on http://127.0.0.1:5001 (Press CTRL+C to quit)\n",
"INFO: Started reloader process [871942] using WatchFiles\n",
"INFO: Started server process [871945]\n",
"INFO: Waiting for application startup.\n",
"INFO: Application startup complete.\n",
"```\n",
"\n",
"If you navigate to [http://127.0.0.1:8000](http://127.0.0.1:8000) in a browser, you'll see your \"Hello, World\". If you edit the `app.py` file and save it, the server will reload and you'll see the updated message when you refresh the page in your browser."
"If you navigate to [http://127.0.0.1:5001](http://127.0.0.1:5001) in a browser, you'll see your \"Hello, World\". If you edit the `app.py` file and save it, the server will reload and you'll see the updated message when you refresh the page in your browser."
]
},
{
Expand Down

0 comments on commit c21a93f

Please sign in to comment.