feat: Add route for Open Source Compliance page
Added a new route `/oss-compliance` that renders the `oss_compliance.html` template
This commit is contained in:
		
							parent
							
								
									52f947c11b
								
							
						
					
					
						commit
						7d8bab3b8f
					
				
					 2 changed files with 14 additions and 0 deletions
				
			
		|  | @ -24,6 +24,10 @@ def pricing(): | |||
| def solutions(): | ||||
|     return render_template('solutions.html') | ||||
| 
 | ||||
| @main.route('/oss-compliance') | ||||
| def oss_compliance(): | ||||
|     return render_template('oss_compliance.html') | ||||
| 
 | ||||
| @main.route('/about') | ||||
| def about(): | ||||
|     return render_template('about.html') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Cipher Vance
						Cipher Vance