From 400f25c23e220f657cc6ecd7859d0f13506ee725 Mon Sep 17 00:00:00 2001 From: Steven Tang Date: Thu, 25 Nov 2021 16:33:45 +1100 Subject: [PATCH] fix: remove dead client-side proxy link in README [ci skip] This link is present in Client Setup section --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9f48285..5c3b570 100644 --- a/README.md +++ b/README.md @@ -187,9 +187,6 @@ Wakapi uses [GORM](https://gorm.io) as an ORM. As a consequence, a set of differ * [Postgres](https://hub.docker.com/_/postgres) (_open-source as well_) * [CockroachDB](https://www.cockroachlabs.com/docs/stable/install-cockroachdb-linux.html) (_cloud-native, distributed, Postgres-compatible API_) -### Client-side proxy (`optional`) -See the [advanced setup instructions](docs/advanced_setup.md). - ## 🔧 API Endpoints See our [Swagger API Documentation](https://wakapi.dev/swagger-ui).