From 2c27e509b957d2a637f5b4e3054d6e752259175c Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Fri, 27 Sep 2024 17:34:57 +0200 Subject: [PATCH] update preview url in readme now that https is enabled --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b091961a..dd331aca 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ on every push to the main branch using this [Github Action](.github/workflows/de A preview of the full website including the admin interface backend is temporarily hosted on a heicloud VM during development: -- [Mondey website](http://129.206.6.74/) -- [Mondey admin](http://129.206.6.74/admin) -- [API documentation](http://129.206.6.74/api/redoc) -- [Swagger UI to interact with API](http://129.206.6.74/api/docs) +- [Mondey website](https://mondey.lkeegan.dev/) +- [Mondey admin](https://mondey.lkeegan.dev/admin) +- [API documentation](https://mondey.lkeegan.dev/api/redoc) +- [Swagger UI to interact with API](https://mondey.lkeegan.dev/api/docs) -(Note: for now this is unsecured http with public API interfaces for convenience during development, the production server would have https and the api interfaces would not be public) +(Note: for now the API interface docs are public and unsecured for convenience during development, in production these would not be public)