Skip to content

Commit

Permalink
Serve GameDay from py3
Browse files Browse the repository at this point in the history
[clowntown]
  • Loading branch information
fangeugene authored Dec 28, 2021
1 parent 55f42d9 commit b001d26
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ops/standalone/dispatch-empty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ dispatch:

- url: "www.thebluealliance.com/event/*"
service: py3-web

- url: "www.thebluealliance.com/gameday"
service: py3-web

- url: "www.thebluealliance.com/gameday/*"
service: py3-web

- url: "www.thebluealliance.com/team*"
service: py3-web
Expand All @@ -29,6 +35,9 @@ dispatch:

- url: "www.thebluealliance.com/py3_javascript/*"
service: py3-web

- url: "www.thebluealliance.com/watch/*"
service: py3-web

# Python 3 Migration
- url: "py3.thebluealliance.com/api/*"
Expand Down

0 comments on commit b001d26

Please sign in to comment.