Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
fix: code linting
Browse files Browse the repository at this point in the history
  • Loading branch information
MuriloKakazu committed Oct 1, 2024
1 parent 3017a8a commit 87e1c62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
info = @Info(title = "My API", version = "v1"),
servers = {
@Server(url = "http://localhost:8080", description = "Local Development"),
@Server(url = "https://29glms05ff.execute-api.us-east-1.amazonaws.com", description = "Production Server")
@Server(
url = "https://29glms05ff.execute-api.us-east-1.amazonaws.com",
description = "Production Server")
})
public class FastfoodApplication {

Expand Down
3 changes: 0 additions & 3 deletions src/main/java/br/com/fiap/grupo30/fastfood/Server.java

This file was deleted.

0 comments on commit 87e1c62

Please sign in to comment.