changed port from 5010 to 5011 for back end
This commit is contained in:
parent
5e18714b6b
commit
0d54765bbe
21 changed files with 1 additions and 1 deletions
0
.env.example
Normal file → Executable file
0
.env.example
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.gitignore
vendored
Normal file → Executable file
0
.htaccess
Normal file → Executable file
0
.htaccess
Normal file → Executable file
0
.user.ini
Normal file → Executable file
0
.user.ini
Normal file → Executable file
0
CLAUDE.md
Normal file → Executable file
0
CLAUDE.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
README.md
Normal file → Executable file
0
V2T.svg
Normal file → Executable file
0
V2T.svg
Normal file → Executable file
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.6 KiB |
2
api.py
Normal file → Executable file
2
api.py
Normal file → Executable file
|
|
@ -207,5 +207,5 @@ def download_file(filename):
|
|||
|
||||
if __name__ == '__main__':
|
||||
# Run on port 5010 by default
|
||||
port = int(os.environ.get('PORT', 5010))
|
||||
port = int(os.environ.get('PORT', 5011))
|
||||
app.run(host='0.0.0.0', port=port, debug=False)
|
||||
|
|
|
|||
0
auth.php
Normal file → Executable file
0
auth.php
Normal file → Executable file
0
auth_config.php
Normal file → Executable file
0
auth_config.php
Normal file → Executable file
0
check_api.php
Normal file → Executable file
0
check_api.php
Normal file → Executable file
0
composer.json
Normal file → Executable file
0
composer.json
Normal file → Executable file
0
config.php
Normal file → Executable file
0
config.php
Normal file → Executable file
0
download.php
Normal file → Executable file
0
download.php
Normal file → Executable file
0
index.php
Normal file → Executable file
0
index.php
Normal file → Executable file
0
login.php
Normal file → Executable file
0
login.php
Normal file → Executable file
0
logout.php
Normal file → Executable file
0
logout.php
Normal file → Executable file
0
process.php
Normal file → Executable file
0
process.php
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
0
requirements.txt
Normal file → Executable file
0
test_download.php
Normal file → Executable file
0
test_download.php
Normal file → Executable file
0
voice2text-api.service
Normal file → Executable file
0
voice2text-api.service
Normal file → Executable file
Loading…
Add table
Reference in a new issue