mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-10-31 05:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									fe07b1cb7f
								
							
						
					
					
						commit
						5a13964ced
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -49,7 +49,7 @@ const router = new Router(); | ||||||
| //#region static assets
 | //#region static assets
 | ||||||
| 
 | 
 | ||||||
| router.get('/assets/*', async ctx => { | router.get('/assets/*', async ctx => { | ||||||
| 	await send(ctx, path, { | 	await send(ctx, ctx.path, { | ||||||
| 		root: client, | 		root: client, | ||||||
| 		maxage: ms('7 days'), | 		maxage: ms('7 days'), | ||||||
| 		immutable: true | 		immutable: true | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue