Skip to content

fix(cors): allow Office add-in origins (addin.postguard.eu + localhost:3000) and DELETE method #34

fix(cors): allow Office add-in origins (addin.postguard.eu + localhost:3000) and DELETE method

fix(cors): allow Office add-in origins (addin.postguard.eu + localhost:3000) and DELETE method #34

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint-pr-title:
name: Conventional Commit
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}