Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Xatta-Trone committed Jun 28, 2023
1 parent fc20993 commit 59fb9f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,5 @@ jobs:
cd /var/www/thesarus-scrapper
git pull origin main
sudo go build -o main
sudo service thesaurus restart
# sudo service thesaurus restart
sudo pm2 restart thesaurus-scrapper
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func main() {

r.GET("/",func(c *gin.Context) {
c.JSON(http.StatusOK, gin.H{
"message": "hello there",
"message": "hello there.",
})
})

Expand Down

0 comments on commit 59fb9f1

Please sign in to comment.