Skip to content

Commit

Permalink
main
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Jan 23, 2024
1 parent 5d9321a commit 6461b26
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,7 @@ func main() {
</body>
</html>
`))
// Adicione outros casos conforme necessário
default:
// Para qualquer outro caminho, retorna um erro 404 (não encontrado)
http.NotFound(w, r)

})

http.HandleFunc("/increment-instagram-counter", func(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 6461b26

Please sign in to comment.