From 955598dce9aeb5626654c72b0ef94850123fa8ac Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Sun, 14 Sep 2025 23:27:25 +0300 Subject: Add openapi specs and docs --- .zed/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.zed/tasks.json') diff --git a/.zed/tasks.json b/.zed/tasks.json index ee4c082..c11d9cc 100644 --- a/.zed/tasks.json +++ b/.zed/tasks.json @@ -65,7 +65,7 @@ "env": { "SECRET": "secret", - "SERVER_BIND": "0.0.0.0:8080", + "SERVER_BIND": "0.0.0.0:8888", "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue" }, @@ -83,7 +83,7 @@ "env": { "SECRET": "secret", - "SERVER_BIND": "0.0.0.0:8080", + "SERVER_BIND": "0.0.0.0:8888", "DATABASE_URL": "postgres://itmo_queue:itmo_queue@localhost/itmo_queue" }, -- cgit v1.2.3