Skip to content

Commit

Permalink
fix(backend): update frontend dir
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Urban committed Oct 24, 2023
1 parent e4f761c commit b8d730e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/cmd/kubevoyage/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (

var db *gorm.DB

var frontendPathLocal = "../frontend/public" //./public
var frontendPathLocal = "./public" //"../frontend/public"

type loggingResponseWriter struct {
http.ResponseWriter
Expand Down

0 comments on commit b8d730e

Please sign in to comment.