mirror of
https://github.com/lightbroker/llmsecops-research.git
synced 2026-06-05 06:28:11 +02:00
fix port
This commit is contained in:
@@ -21,6 +21,6 @@ if __name__ == '__main__':
|
||||
logger = logging.Logger(name='Flask API', level=logging.DEBUG)
|
||||
print('test')
|
||||
logger.debug('running...')
|
||||
|
||||
|
||||
# Production mode with Waitress:
|
||||
serve(app, host='0.0.0.0', port=9998)
|
||||
serve(app, host='0.0.0.0', port=9999)
|
||||
Reference in New Issue
Block a user