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

Commit

Permalink
Merge pull request #28 from gazes-media/main
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
garder500 authored Dec 2, 2023
2 parents 5ccc8ac + 0fce091 commit cd36fc3
Show file tree
Hide file tree
Showing 14 changed files with 231 additions and 204 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func main() {
}))

router.Handle("/anime/{id}/episode/{episode}", http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {
w.Header().Set("Service-Worker-Allowed", "/")
w.Header().Set("Cache-Control", "no-cache, no-store, must-revalidate")
id := mux.Vars(r)["id"]
episode := mux.Vars(r)["episode"]
if id == "" || episode == "" {
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

376 changes: 188 additions & 188 deletions public/assets/index-9f3bf387.js → public/assets/index-af913d27.js

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cd36fc3

Please sign in to comment.