diff --git a/.github/workflows/llmsecops-cicd.llm.yml b/.github/workflows/llmsecops-cicd.llm.yml index dbb6cd2de..4c0b6b851 100644 --- a/.github/workflows/llmsecops-cicd.llm.yml +++ b/.github/workflows/llmsecops-cicd.llm.yml @@ -41,7 +41,7 @@ jobs: working-directory: ${{ github.workspace }}/src/tools shell: bash run: | - curl -i http://localhost:9998/ + curl -i http://localhost:9999/ garak -v \ --config ${{ github.workspace }}/src/tools/garak.config.yml \ diff --git a/src/api/controller.py b/src/api/controller.py index 17afef7f0..75d4a491d 100644 --- a/src/api/controller.py +++ b/src/api/controller.py @@ -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) \ No newline at end of file + serve(app, host='0.0.0.0', port=9999) \ No newline at end of file