Compare commits

..

3 Commits
v1.0.0 ... main

Author SHA1 Message Date
25e53e232e Update repo url 2024-07-15 19:33:41 +02:00
809be3b7c3 fix 2022-11-28 12:59:38 +01:00
f303c4af6c add .traefik.yml 2022-11-28 12:50:44 +01:00
2 changed files with 7 additions and 1 deletions

6
.traefik.yml Normal file
View File

@ -0,0 +1,6 @@
displayName: Add X-Request-ID Header
type: middleware
import: git.pbiernat.io/traefik/plugin-requestid
summary: 'Add a X-Request-ID header for tracing'
testData: {}

2
go.mod
View File

@ -1,4 +1,4 @@
module git.pbiernat.dev/traefik/plugin-requestid module git.pbiernat.io/traefik/plugin-requestid
go 1.18 go 1.18