Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Fran Jurmanović
2021-10-26 23:26:51 +02:00
3 changed files with 3 additions and 1 deletions

1
Procfile Normal file
View File

@@ -0,0 +1 @@
web: './bin/api'

2
go.mod
View File

@@ -1,5 +1,5 @@
module wallet-api
// +heroku goVersion go1.15
go 1.15
require (

1
run.sh Executable file
View File

@@ -0,0 +1 @@
go run ./cmd/api