rename URL variable to FRONTEND_URL
This commit is contained in:
@ -2,6 +2,6 @@ server: *.go routes/* util/*
|
||||
go build -o server .
|
||||
|
||||
test:
|
||||
URL=http://localhost:5173/ PASSWORD=test ./server
|
||||
FRONTEND_URL=http://localhost:5173/ PASSWORD=test ./server
|
||||
|
||||
.PHONY: test
|
||||
|
Reference in New Issue
Block a user