JWT proto with login & registration #1

Open
Mephi wants to merge 10 commits from feature/jwt into master
Showing only changes of commit 9da532e9dc - Show all commits
+1 -1
View File
@@ -26,4 +26,4 @@ jobs:
- name: Run tests
run: go test ./...
- name: Build
run: go build -o backend ./cmd/main.go
run: go build ./cmd/backend