Skip to content

Commit

Permalink
update: server name
Browse files Browse the repository at this point in the history
  • Loading branch information
ss497254 committed Nov 24, 2023
1 parent 3633d38 commit 88b2124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
serverAddress := fmt.Sprintf("%s:%s", args["host"], args["port"])

app := fiber.New(fiber.Config{
AppName: "super-duper",
AppName: "send-keys-server",
})

app.Get("/", func(c *fiber.Ctx) error {
Expand Down

0 comments on commit 88b2124

Please sign in to comment.