In the below of our project structure, if we want to set a favicon for all pages we can add the below code in Refinaid.App.app and remember to add include_in_schema=False included in the decorator hides the path operation from the schema used to autogenerate API docs.
In the below of our project structure, if we want to set a favicon for all pages we can add the below code in
Refinaid.App.app
and remember to addinclude_in_schema=False
included in the decorator hides the path operation from the schema used to autogenerate API docs.