From 8b3dfc509b305267c94b8b002e709e362ffaf760 Mon Sep 17 00:00:00 2001
From: Martin Mares <mj@ucw.cz>
Date: Tue, 16 Apr 2024 18:38:12 +0200
Subject: [PATCH] API: Fix URL in OpenAPI description

---
 static/api/openapi-v2.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/static/api/openapi-v2.yaml b/static/api/openapi-v2.yaml
index 4bbc342..eb3b855 100644
--- a/static/api/openapi-v2.yaml
+++ b/static/api/openapi-v2.yaml
@@ -10,7 +10,7 @@ info:
     is an access key obtained in course configuration.
   version: '2'
 servers:
-  - url: https://kam.mff.cuni.cz/owl/api/v2
+  - url: https://owl.mff.cuni.cz/api/v2
 security:
   - BearerAuth: []
 paths:
-- 
GitLab