Skip to content

hertz使用hertz.Static时,如果注册了相对路径,请求时会出现相对路径重复两遍而导致文件找不到的情况 #481

hertz使用hertz.Static时,如果注册了相对路径,请求时会出现相对路径重复两遍而导致文件找不到的情况

hertz使用hertz.Static时,如果注册了相对路径,请求时会出现相对路径重复两遍而导致文件找不到的情况 #481

Workflow file for this run

name: "Labeler"
on:
issues:
types: [ opened, edited, reopened ]
jobs:
triage:
if: contains(github.event.issue.labels.*.name, 'invalid issue') || join(github.event.issue.labels) == ''
runs-on: ubuntu-latest
name: Label issues
steps:
- name: check out
uses: actions/checkout@v3
- name: labeler
uses: jbinda/super-labeler-action@develop
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"