Skip to content

Commit

Permalink
Remove all caching
Browse files Browse the repository at this point in the history
  • Loading branch information
madsnorgaard committed Dec 12, 2024
1 parent fb8de90 commit 0e094b7
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .platform/routes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
upstream: "backend:http"

"https://www.{default}/":
type: redirect
to: "https://{default}/"
type: redirect
to: "https://{default}/"

# Databrønden
"https://api.os2udoglaer.dk/":
Expand Down Expand Up @@ -44,8 +44,8 @@
upstream: "backend:http"

"https://www.mitvadehav.dk/":
type: redirect
to: "https://mitvadehav.dk/"
type: redirect
to: "https://mitvadehav.dk/"

# Aabenaalborg
"https://aabenaalborg.dk/":
Expand All @@ -57,8 +57,8 @@
upstream: "backend:http"

"https://www.aabenaalborg.dk/":
type: redirect
to: "https://aabenaalborg.dk/"
type: redirect
to: "https://aabenaalborg.dk/"

# Klcviborg
"https://klcviborg.dk/":
Expand All @@ -70,8 +70,8 @@
upstream: "backend:http"

"https://www.klcviborg.dk/":
type: redirect
to: "https://klcviborg.dk/"
type: redirect
to: "https://klcviborg.dk/"

# Laeringsportalenskive
"https://laeringsportalenskive.dk/":
Expand All @@ -83,8 +83,8 @@
upstream: "backend:http"

"https://www.laeringsportalenskive.dk/":
type: redirect
to: "https://laeringsportalenskive.dk/"
type: redirect
to: "https://laeringsportalenskive.dk/"

# RUM Thisted
"https://rum.thisted.dk/":
Expand All @@ -96,8 +96,8 @@
upstream: "backend:http"

"https://www.rum.thisted.dk/":
type: redirect
to: "https://rum.thisted.dk/"
type: redirect
to: "https://rum.thisted.dk/"

# Udoglaer Randers
"https://udoglaer.randers.dk/":
Expand All @@ -109,8 +109,8 @@
upstream: "backend:http"

"https://www.udoglaer.randers.dk/":
type: redirect
to: "https://udoglaer.randers.dk/"
type: redirect
to: "https://udoglaer.randers.dk/"

# Udoglaer Vejle
"https://udoglaer.vejle.dk/":
Expand All @@ -122,8 +122,8 @@
upstream: "backend:http"

"https://www.udoglaer.vejle.dk/":
type: redirect
to: "https://udoglaer.vejle.dk/"
type: redirect
to: "https://udoglaer.vejle.dk/"

"https://api-staging.udoglaer.vejle.dk/":
type: upstream
Expand All @@ -139,8 +139,8 @@
upstream: "backend:http"

"https://www.ude.nu/":
type: redirect
to: "https://ude.nu/"
type: redirect
to: "https://ude.nu/"

# Ungegarantien
"https://ungegarantien.dk/":
Expand All @@ -152,8 +152,8 @@
upstream: "backend:http"

"https://www.ungegarantien.dk/":
type: redirect
to: "https://ungegarantien.dk/"
type: redirect
to: "https://ungegarantien.dk/"

# Udsynsmodarbejdsliv
"https://udsynmodarbejdsliv.dk/":
Expand All @@ -165,5 +165,5 @@
upstream: "backend:http"

"https://www.udsynmodarbejdsliv.dk/":
type: redirect
to: "https://udsynmodarbejdsliv.dk/"
type: redirect
to: "https://udsynmodarbejdsliv.dk/"

0 comments on commit 0e094b7

Please sign in to comment.