Skip to content

Commit

Permalink
Merge pull request #6 from akbatra567/main
Browse files Browse the repository at this point in the history
feat: [#5] - design signup page
  • Loading branch information
OldSlayer1903 authored Nov 29, 2024
2 parents 235a7ea + 73d04dd commit 68e266c
Show file tree
Hide file tree
Showing 10 changed files with 609 additions and 127 deletions.
6 changes: 6 additions & 0 deletions .talismanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
fileignoreconfig:
- filename: frontend/src/app/auth/auth.tsx
checksum: 4ffb9648d31740f2a6fff7fa3368d13d2bfaea047f2eb0f2bc342984ca1d633f
- filename: frontend/src/app/signup/page.tsx
checksum: 98adba90b3c2e6e6b2c9d43996a844467b8afb4881e606f9b22dbd5f239d69ea
version: ""
2 changes: 1 addition & 1 deletion backend/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup('api', app, document);

await app.listen(3000);
await app.listen(3001);
}
bootstrap();
Loading

0 comments on commit 68e266c

Please sign in to comment.