Skip to content

Commit

Permalink
fix: Remove usage of unicode in url
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianwegge committed Aug 18, 2024
1 parent cfe075b commit 59f6d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (

// PathProxyEvents defines the path for templier proxy websocket events endpoint.
// This path is very unlikely to collide with any path used by the app server.
PathProxyEvents = "/_templiér/events"
PathProxyEvents = "/_templier/events"

ReverseProxyRetries = 20
ReverseProxyInitialDelay = 100 * time.Millisecond
Expand Down

0 comments on commit 59f6d9a

Please sign in to comment.