0 votes
in Python Flask by
What is the default host port and port of Flask?

1 Answer

0 votes
by

Flask default host is a localhost (127.0.0.1), and the default port is 5000.

Related questions

0 votes
asked Dec 24, 2022 in Python Flask by sharadyadav1986
0 votes
0 votes
asked Jan 2, 2021 in Python by SakshiSharma
...