🚏 Added a static route for cover images
This commit is contained in:
@@ -48,6 +48,10 @@ export default class ApiService extends Service {
|
||||
// Enable/disable logging
|
||||
logging: true,
|
||||
},
|
||||
{
|
||||
path: "/userdata",
|
||||
use: [ApiGateway.serveStatic("userdata")],
|
||||
},
|
||||
],
|
||||
// Do not log client side errors (does not log an error response when the error.code is 400<=X<500)
|
||||
log4XXResponses: false,
|
||||
|
||||
Reference in New Issue
Block a user