From d1f3450c2a58dfff9dcb799dee2bdc1b48a80c4a Mon Sep 17 00:00:00 2001 From: DmsAnhr Date: Tue, 10 Feb 2026 09:40:10 +0700 Subject: [PATCH] update origin --- core/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/config.py b/core/config.py index dcd106e..b7986a9 100644 --- a/core/config.py +++ b/core/config.py @@ -46,10 +46,10 @@ ALLOWED_ORIGINS = [ "192.168.60.24:5173", "http://labai.polinema.ac.id:666", - "https://kkqc31ns-5173.asse.devtunnels.ms" + "https://kkqc31ns-5173.asse.devtunnels.ms", - "http://192.168.60.24:4000/" - "http://labai.polinema.ac.id:4000/" + "http://192.168.60.24:4000", + "http://labai.polinema.ac.id:4000", ] REFERENCE_DB_URL = os.getenv("REFERENCE_DB_URL")