Skip to content

Commit

Permalink
getStaticProps to getStaticProps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyasbozdemir committed May 16, 2024
1 parent b03d147 commit 6122ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LibraryTrackingApp/src/frontend/pages/docs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function DocsPage({ swaggerJsonUri, pageTitle, error }) {
);
}

export async function getStaticProps() {
export async function getInitialProps() {


// burda json dosyasını alıp günlük haftalık gibi cachelemek ile
Expand Down

0 comments on commit 6122ab4

Please sign in to comment.