Skip to content

Commit

Permalink
up for review
Browse files Browse the repository at this point in the history
  • Loading branch information
supreme2580 committed Nov 4, 2024
1 parent d961244 commit 4bbc766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/routes/routes.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func InitBaseRoutes() {

roundNumber := os.Getenv("ROUND_NUMBER")
if roundNumber == "" {
roundNumber = "1"
roundNumber = "3"
}

http.HandleFunc(fmt.Sprintf("/round-%s/images/", roundNumber), func(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit 4bbc766

Please sign in to comment.