Skip to content

Remove "api." suffix from default rootUrl #99

Remove "api." suffix from default rootUrl

Remove "api." suffix from default rootUrl #99

Workflow file for this run

name: Test
on:
- pull_request
- push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '22.3.0'
- run: npm install
- run: npm test