Skip to content

Commit 82aac01

Browse files
committed
chore: fix missing import
1 parent 3ca2b6f commit 82aac01

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backend/internal/bootstrap/router_bootstrap.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import (
44
"context"
55
"log/slog"
66
"net"
7+
"net/http"
78
"path"
89
"strings"
910

0 commit comments

Comments
 (0)