We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195c85f commit 879fbc4Copy full SHA for 879fbc4
src/App.tsx
@@ -106,11 +106,8 @@ const App = () => {
106
<Route path="/" element={<Home />} />
107
<Route path="/select-info" element={<SelectInfo />} />
108
<Route path="/chat" element={<Chat />} />
109
- <Route
110
- path="/chat-recommend/:virtualFriendId"
111
- element={<ChatRecommend />}
112
- />
113
- <Route path="/chat-tips/:virtualFriendId" element={<ChatTips />} />
+ <Route path="/chat-recommend/:mbti" element={<ChatRecommend />} />
+ <Route path="/chat-tips/:mbti" element={<ChatTips />} />
114
<Route
115
path="/chat-temporature/:conversationId"
116
element={<ChatTemperature />}
0 commit comments