Skip to content

modify of api/profile/ from dynamic route to static #89

modify of api/profile/ from dynamic route to static

modify of api/profile/ from dynamic route to static #89

Workflow file for this run

# name: Run Unit Tests
# on: [push, pull_request] # Define the triggers for the workflow
# jobs:
# test:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout code
# uses: actions/checkout@v2
# - name: Install Dependencies
# run: npm install
# - name: Run Unit Tests
# run: npm test