diff --git a/.platform/routes.yaml b/.platform/routes.yaml new file mode 100644 index 00000000..a22207bf --- /dev/null +++ b/.platform/routes.yaml @@ -0,0 +1,7 @@ +"https://{default}/": + type: upstream + upstream: "app:http" + +"https://www.{default}/": + type: redirect + to: "https://{default}/" \ No newline at end of file