summaryrefslogtreecommitdiff
path: root/backend/api.sh
diff options
context:
space:
mode:
Diffstat (limited to 'backend/api.sh')
-rw-r--r--backend/api.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/api.sh b/backend/api.sh
new file mode 100644
index 0000000..c608a1b
--- /dev/null
+++ b/backend/api.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+echo "Running API endpoint test"
+npx ts-node ./api-test.ts \ No newline at end of file