Skip to content

Commit

Permalink
fix your profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ravi-sawlani-yral committed May 9, 2024
1 parent b46fe19 commit c94f912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ pub fn App() -> impl IntoView {
<Route path="/profile/:canister_id/:post_id" view=ProfilePost/>
<Route path="/your-profile/:canister_id/:post_id" view=ProfilePost/>
<Route path="/profile/:id" view=ProfileView/>
<Route path="/your-profile/:id" view=ProfileView/>
<Route path="/upload" view=UploadPostPage/>
<Route path="/error" view=ServerErrorPage/>
<Route path="/menu" view=Menu/>
Expand Down

0 comments on commit c94f912

Please sign in to comment.