From bdd9c3f916d175f0762504b4d2c2a08e6b59892d Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Sat, 25 Jun 2022 18:35:29 -0500 Subject: [PATCH] Discontinue the exozyme API --- exozyme.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/exozyme.conf b/exozyme.conf index c8827d7..cea231a 100644 --- a/exozyme.conf +++ b/exozyme.conf @@ -31,10 +31,6 @@ server { return 301 https://social.exozy.me$request_uri; } - location /api/ { - proxy_pass http://localhost:1337; - } - location / { try_files $uri $uri.html $uri/ =404; }