mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	startup bug
This commit is contained in:
		| @@ -73,6 +73,7 @@ out_path = CWD.joinpath("temp", "index.html") | |||||||
|  |  | ||||||
| def generate_api_docs(app): | def generate_api_docs(app): | ||||||
|     with open(out_path, "w") as fd: |     with open(out_path, "w") as fd: | ||||||
|  |         out_path.parent.mkdir(exist_ok=True) | ||||||
|         print(HTML_TEMPLATE % json.dumps(app.openapi()), file=fd) |         print(HTML_TEMPLATE % json.dumps(app.openapi()), file=fd) | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user