Skip to content

fix: add /api/v1 prefix to all API paths (v0.1.3) #17

fix: add /api/v1 prefix to all API paths (v0.1.3)

fix: add /api/v1 prefix to all API paths (v0.1.3) #17

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with: { node-version: '20' }
- run: npm ci || npm i
- run: npm run build