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")