mirror of
https://github.com/vastxie/99AI.git
synced 2025-11-12 11:43:42 +08:00
v3.5.0
This commit is contained in:
4
dist/app.module.js
vendored
4
dist/app.module.js
vendored
@@ -49,7 +49,11 @@ AppModule = __decorate([
|
||||
imports: [
|
||||
database_module_1.DatabaseModule,
|
||||
serve_static_1.ServeStaticModule.forRoot({
|
||||
rootPath: (0, path_1.join)(__dirname, '..', 'public/admin'),
|
||||
serveRoot: '/admin',
|
||||
}, {
|
||||
rootPath: (0, path_1.join)(__dirname, '..', 'public'),
|
||||
serveRoot: '/',
|
||||
}),
|
||||
user_module_1.UserModule,
|
||||
plugin_module_1.PluginModule,
|
||||
|
||||
Reference in New Issue
Block a user