Skip to content

Commit

Permalink
Merge pull request #117 from bmf-san/feature/removed-themoneytizer
Browse files Browse the repository at this point in the history
themoneytizerの広告タグを破棄
  • Loading branch information
bmf-san authored Sep 27, 2024
2 parents 15d08c1 + 6f0d90b commit 2563e92
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1,491 deletions.
4 changes: 0 additions & 4 deletions app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ func main() {
http.FileServer(http.Dir("static")).ServeHTTP(w, r)
}))

r.Methods(http.MethodGet).Use(mw.Log, mw.Recovery).Handler(`/ads.txt`, http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
http.FileServer(http.Dir("static")).ServeHTTP(w, r)
}))

r.Methods(http.MethodGet).Use(mw.Log, mw.Recovery).Handler(`/profile.png`, http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
http.FileServer(http.Dir("static")).ServeHTTP(w, r)
}))
Expand Down
Loading

0 comments on commit 2563e92

Please sign in to comment.