mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-15 09:11:57 +10:00
fix(server): photo uploads not working, fix save location and returned url
fix #658
This commit is contained in:
@ -19,7 +19,7 @@ import { UsersModule } from './users/users.module';
|
||||
@Module({
|
||||
imports: [
|
||||
ServeStaticModule.forRoot({
|
||||
serveRoot: '/api',
|
||||
serveRoot: '/assets',
|
||||
rootPath: join(__dirname, 'assets'),
|
||||
}),
|
||||
ConfigModule,
|
||||
|
||||
Reference in New Issue
Block a user