Skip to content

Commit

Permalink
feat: remove restriction in api requests (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mabdh authored Aug 4, 2023
1 parent 7682e54 commit ce0b6fe
Show file tree
Hide file tree
Showing 3 changed files with 894 additions and 932 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ NAME="github.com/goto/siren"
LAST_COMMIT := $(shell git rev-parse --short HEAD)
LAST_TAG := "$(shell git rev-list --tags --max-count=1)"
APP_VERSION := "$(shell git describe --tags ${LAST_TAG})-next"
PROTON_COMMIT := "17135ba4eb49148c29263a505edae8eba1271758"
PROTON_COMMIT := "7c5410ab39c1300b18ba9c66287cea5569a28047"

.PHONY: all build test clean dist vet proto install

Expand Down
Loading

0 comments on commit ce0b6fe

Please sign in to comment.