Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Url rules #38

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open

Url rules #38

wants to merge 7 commits into from

Conversation

Alimjan2013
Copy link
Collaborator

  1. Home Page
    URL: /
    This is the default route for your home page.
    2. User Info Page with User Canvas List
    URL: /user/[userId]
    This page will display user information and their list of canvases. The [userId] is a dynamic segment.
    3. Canvas Editing Page
    URL: /canvas/edit/[canvasId]
    This page allows editing a specific canvas. The [canvasId] is a dynamic segment.
    4. Canvas Sharing Page
    URL: /canvas/share/[canvasId]
    This page is for sharing a specific canvas. The [canvasId] is a dynamic segment.
Screen.Recording.2024-11-28.at.11.45.19.PM.mov

Copy link

vercel bot commented Nov 28, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
gape ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 28, 2024 9:52pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant