Skip to content

Commit 23bb0d9

Browse files
committed
chore: format
1 parent 4770285 commit 23bb0d9

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed
Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
2-
"name": "Open WebUI",
3-
"short_name": "WebUI",
4-
"icons": [
5-
{
6-
"src": "/static/web-app-manifest-192x192.png",
7-
"sizes": "192x192",
8-
"type": "image/png",
9-
"purpose": "maskable"
10-
},
11-
{
12-
"src": "/static/web-app-manifest-512x512.png",
13-
"sizes": "512x512",
14-
"type": "image/png",
15-
"purpose": "maskable"
16-
}
17-
],
18-
"theme_color": "#ffffff",
19-
"background_color": "#ffffff",
20-
"display": "standalone"
21-
}
2+
"name": "Open WebUI",
3+
"short_name": "WebUI",
4+
"icons": [
5+
{
6+
"src": "/static/web-app-manifest-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/static/web-app-manifest-512x512.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "maskable"
16+
}
17+
],
18+
"theme_color": "#ffffff",
19+
"background_color": "#ffffff",
20+
"display": "standalone"
21+
}

backend/open_webui/utils/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def get_license_data(app, key):
7272
if key:
7373
try:
7474
res = requests.post(
75-
"https://api.openwebui.com/api/v1/license",
75+
"https://api.openwebui.com/api/v1/license/",
7676
json={"key": key, "version": "1"},
7777
timeout=5,
7878
)

0 commit comments

Comments
 (0)