fixed procfile

This commit is contained in:
Fran Jurmanović
2021-09-05 12:24:35 +02:00
parent cbfda3aad6
commit ee82084b1b
2 changed files with 2 additions and 1 deletions

View File

@@ -1 +1 @@
web: 'go run ./cmd/api' web: './run.sh'

1
run.sh Executable file
View File

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