From 6ee78dff2b0963a5f10d101470cd3a44aa73d4f1 Mon Sep 17 00:00:00 2001 From: Edwin Eames Date: Tue, 30 Jul 2024 12:01:28 -0400 Subject: [PATCH] asdasdas --- main.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 68948b1..e47cff2 100644 --- a/main.py +++ b/main.py @@ -9,9 +9,15 @@ app.include_router(delivery.router) origins = [ "http://localhost:9000", - "https://localhost:9511", - "http://localhost", + "https://localhost:9513", "http://localhost:9514", + "http://localhost:9512", + "http://localhost:9511", + "http://192.168.1.204:9000", + "http://192.168.1.204:9513", + "http://192.168.1.204:9514", + "http://192.168.1.204:9512", + "http://192.168.1.204:9511", ]