Skip to content

Commit

Permalink
Update packages/next/next-server/server/next-server.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Timer authored Dec 10, 2019
1 parent 6239a81 commit fc7245c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/next-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export default class Server {
return routes
}

protected async getPagePath(pathname: string) {
private async getPagePath(pathname: string) {
return getPagePath(
pathname,
this.distDir,
Expand Down

0 comments on commit fc7245c

Please sign in to comment.