Skip to content
  • Vasilii Iakliushin's avatar
    Fix constraints for the Static Site Editor route · 8ebd2bc8
    Vasilii Iakliushin authored and James Lopez's avatar James Lopez committed
    Previous MR:
    gitlab-org/gitlab!29453
    
    **Problem**
    
    Current id contraint does not allow routes with `.` symbol.
    
    * `gitlab-org/gitlab-shell/-/sse/master/CONTRIBUTING` - match
    * `gitlab-org/gitlab-shell/-/sse/master/CONTRIBUTING.md` - 404 page
    
    **Solution**
    
    This MR restores the previous value for `id` constraint.
    
    I've added a simple integration test to make sure that routing works
    as expected.
    8ebd2bc8