Skip to content

Commit

Permalink
Rename filename (Get by sheetId)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslan committed Feb 28, 2021
1 parent 25cffd4 commit bb3c372
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ yarn dev

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

You can start editing the page by modifying `pages/index.js`. The page auto-updates as you edit the file.
You can start editing the page by modifying `pages/[sheetId].js`. The page auto-updates as you edit the file.

[API routes](https://nextjs.org/docs/api-routes/introduction) can be accessed on [http://localhost:3000/api/hello](http://localhost:3000/api/hello). This endpoint can be edited in `pages/api/hello.js`.

Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default function Home() {

<p className={styles.description}>
Get started by editing{' '}
<code className={styles.code}>pages/index.js</code>
<code className={styles.code}>pages/[sheetId].js</code>
</p>

<div className={styles.grid}>
Expand Down
File renamed without changes.

0 comments on commit bb3c372

Please sign in to comment.