File tree Expand file tree Collapse file tree 2 files changed +21
-21
lines changed
Expand file tree Collapse file tree 2 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments