Skip to content

Commit 637ee95

Browse files
committed
doc: default port 5001
1 parent 0d05029 commit 637ee95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nbs/tutorials/by_example.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,14 @@
6363
"\n",
6464
"```\n",
6565
"INFO: Will watch for changes in these directories: ['/home/jonathan/fasthtml-example']\n",
66-
"INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)\n",
66+
"INFO: Uvicorn running on http://127.0.0.1:5001 (Press CTRL+C to quit)\n",
6767
"INFO: Started reloader process [871942] using WatchFiles\n",
6868
"INFO: Started server process [871945]\n",
6969
"INFO: Waiting for application startup.\n",
7070
"INFO: Application startup complete.\n",
7171
"```\n",
7272
"\n",
73-
"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."
73+
"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."
7474
]
7575
},
7676
{

0 commit comments

Comments
 (0)