diff options
| author | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
|---|---|---|
| committer | aura <nw@moneybot.cc> | 2026-02-17 22:39:42 +0100 |
| commit | 636b0323075225c584b62719ed51e75521bb7ffb (patch) | |
| tree | 61b02271b6d0695a4beffc23fb6eb062a7da22c3 /backend/api.sh | |
push source
Diffstat (limited to 'backend/api.sh')
| -rw-r--r-- | backend/api.sh | 3 |
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 |
