Skip to content

Add routes for privacy policy and terms of service #508

Add routes for privacy policy and terms of service

Add routes for privacy policy and terms of service #508

Workflow file for this run

name: main
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: '12.6'
- run: npm install
- run: npm run lint
- run: npm run build