Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c40674b

Browse files
Merge pull request nestjs#200 from astrohsy/master
docs(fix): add missing apostrophe for mvc example
2 parents 4348aef + c32c4b1 commit c40674b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/app/homepage/pages/techniques/mvc/mvc.component.ts‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import { join } from 'path';
9090
async function bootstrap() {
9191
const app = await NestFactory.create(ApplicationModule, new FastifyAdapter());
9292
app.useStaticAssets({
93-
root: join(__dirname, '..', public'),
93+
root: join(__dirname, '..', 'public'),
9494
prefix: '/public/',
9595
});
9696
app.setViewEngine({

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /