server/server -> server/core

This commit is contained in:
Chocobozzz
2023-10-04 15:13:25 +02:00
parent 114327d4ce
commit 5a3d0650c9
838 changed files with 111 additions and 111 deletions

View File

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 7.8 KiB

View File

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

View File

@@ -54,7 +54,7 @@ wellKnownRouter.use('/.well-known/dnt-policy.txt',
(_, res: express.Response) => {
res.type('text/plain')
return res.sendFile(join(root(), 'dist/server/static/dnt-policy/dnt-policy-1.0.txt'))
return res.sendFile(join(root(), 'dist/core/static/dnt-policy/dnt-policy-1.0.txt'))
}
)

Some files were not shown because too many files have changed in this diff Show More