mirror of
				https://github.com/KevinMidboe/planetposen.git
				synced 2025-10-29 17:50:32 +00:00 
			
		
		
		
	Server serves .well-known from local folder.
This commit is contained in:
		
							
								
								
									
										0
									
								
								frontend/assets/well-known/.keep
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										0
									
								
								frontend/assets/well-known/.keep
									
									
									
									
									
										Normal file
									
								
							| @@ -26,7 +26,10 @@ router.post('/variation/:id', variationsController.addNewVariationToProduct); | |||||||
|  |  | ||||||
| app.use("/public", express.static(path.join(__dirname, "public"))); | app.use("/public", express.static(path.join(__dirname, "public"))); | ||||||
| app.use("/dist", express.static(path.join(__dirname, "/../public/dist"))); | app.use("/dist", express.static(path.join(__dirname, "/../public/dist"))); | ||||||
|  | app.use('/.well-known', express.static(path.join(__dirname, "/../frontend/assets/well-known"))); | ||||||
|  |  | ||||||
| app.use('/api', router); | app.use('/api', router); | ||||||
|  |  | ||||||
| app.use('/', (req, res) => res.sendFile(path.join(__dirname + "/../public/index.html"))); | app.use('/', (req, res) => res.sendFile(path.join(__dirname + "/../public/index.html"))); | ||||||
|  |  | ||||||
| console.log(`Planetposen backend running on port: ${PORT}`) | console.log(`Planetposen backend running on port: ${PORT}`) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user