How add route along with subroutes #536
Answered
by
teaishealthy
HardCoreQual
asked this question in
Q&A
-
for example
|
Beta Was this translation helpful? Give feedback.
Answered by
teaishealthy
Aug 6, 2022
Replies: 2 comments 4 replies
-
You would do it like this export const routing: Routing = {
files: {
":type": filesByTypeEndpoint,
"": filesEndpoint
}, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
RobinTail
-
@HardCoreQual , if by Possible copy of #73 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You would do it like this