This commit is contained in:
Andre Medeiros 2021-07-05 19:58:07 -04:00
parent df99313cc9
commit cc475a4280
2 changed files with 3 additions and 2 deletions

View file

@ -1,2 +1,2 @@
web: bin/apollo-api
worker bin/apollo-worker
web: apollo-api
worker apollo-worker

1
go.mod
View file

@ -1,4 +1,5 @@
// +heroku goVersion go1.16
// +heroku install ./cmd/...
module github.com/christianselig/apollo-backend
go 1.16