fix(route): Change radar response for /deepin/homepage/:user_id (#15469)

This commit is contained in:
Ilya Shlyaposhnikov 2024-05-04 17:01:51 +03:00 committed by GitHub
parent 8d10679576
commit 4e53003a15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ export const route: Route = {
parameters: { user_id: 'user id' },
name: 'BBS Home Page',
maintainers: ['tensor-tech'],
radar: {
radar: [{
source: ['bbs.deepin.org/user/:user_id'],
target: '/homepage/:user_id',
},
}],
handler,
};