rename URL variable to FRONTEND_URL

This commit is contained in:
ngn
2024-04-11 16:19:41 +03:00
parent f20fb44a38
commit 7b010270e5
3 changed files with 4 additions and 4 deletions

View File

@ -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