Skip to content

Commit 98f6ec9

Browse files
committed
Add makefile for running server in debug mode
1 parent 8852041 commit 98f6ec9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
run-debug:
2+
@DATASET_PATH=../dataset/sqli_dataset2.csv MODEL_PATH=../sqli_model/3/ poetry run python api.py
3+

0 commit comments

Comments
 (0)