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

More flexible path names #40

Open
kuy opened this issue Jan 7, 2017 · 0 comments
Open

More flexible path names #40

kuy opened this issue Jan 7, 2017 · 0 comments

Comments

@kuy
Copy link
Owner

kuy commented Jan 7, 2017

Allow path names without leading slashes.

const route = {
  'about': About,
  'admin': {
    '.': AdminIndex,
    'post': {
      '.': AdminPostIndex,
      ':id': AdminPostShow,
      ':id/edit': AdminPostEdit,
    }
  }
}
@kuy kuy modified the milestone: v0.1.0 Feb 11, 2017
@kuy kuy modified the milestones: v0.2.0, v0.1.0 Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant