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

Resolves an issue where the path key is set to a different path if it… #629

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Jun 23, 2021

  1. Resolves an issue where the path key is set to a different path if it…

    … is duplicated in the URL path
    
    Resolves an issue where the path key is set to a different path if it is duplicated in the URL path
     
    ex > 
    { 
      '/product' : 'http://product-service/'
      '/example' : 'http://product-service/'
    }
    
    call url  : http://example.com/example/path/product 
    match route url :  'http://product-service/'
    lovelgw committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    55eaa86 View commit details
    Browse the repository at this point in the history
  2. Update router.spec.ts

    another route key is use in url path test
    lovelgw committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    e86c3b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. fix: upgrade @types/http-proxy from 1.17.5 to 1.17.6

    Snyk has created this PR to upgrade @types/http-proxy from 1.17.5 to 1.17.6.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/lovelgw/project/8d01a776-ebaf-4878-bab0-56d838168105?utm_source=github&utm_medium=upgrade-pr
    snyk-bot committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a5070e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    fef7be6 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Merge pull request #1 from lovelgw/snyk-upgrade-a4039749a9c7d5bc02b93…

    …7694f5ce398
    
    [Snyk] Upgrade @types/http-proxy from 1.17.5 to 1.17.6
    lovelgw committed Aug 19, 2021
    Configuration menu
    Copy the full SHA
    4934230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b36cd95 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. fix: upgrade @types/http-proxy from 1.17.6 to 1.17.7

    Snyk has created this PR to upgrade @types/http-proxy from 1.17.6 to 1.17.7.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/lovelgw/project/8d01a776-ebaf-4878-bab0-56d838168105?utm_source=github&utm_medium=upgrade-pr
    snyk-bot committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a25d411 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. fix: upgrade is-glob from 4.0.1 to 4.0.2

    Snyk has created this PR to upgrade is-glob from 4.0.1 to 4.0.2.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/lovelgw/project/8d01a776-ebaf-4878-bab0-56d838168105?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3b5d9d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. fix: upgrade micromatch from 4.0.4 to 4.0.5

    Snyk has created this PR to upgrade micromatch from 4.0.4 to 4.0.5.
    
    See this package in npm:
    
    
    See this project in Snyk:
    https://app.snyk.io/org/lovelgw/project/8d01a776-ebaf-4878-bab0-56d838168105?utm_source=github&utm_medium=referral&page=upgrade-pr
    snyk-bot committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    e3e9ebf View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Merge pull request #2 from lovelgw/snyk-upgrade-f7912bc0db1308453dcbf…

    …64c7318ecb1
    
    [Snyk] Upgrade @types/http-proxy from 1.17.6 to 1.17.7
    lovelgw committed May 15, 2023
    Configuration menu
    Copy the full SHA
    de4693a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from lovelgw/snyk-upgrade-7dec3958d6631d5c04e3d…

    …715bd491de3
    
    [Snyk] Upgrade is-glob from 4.0.1 to 4.0.2
    lovelgw committed May 15, 2023
    Configuration menu
    Copy the full SHA
    7a4bd69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #4 from lovelgw/snyk-upgrade-2563e539c26ea0648a46f…

    …3d4531d1d75
    
    [Snyk] Upgrade micromatch from 4.0.4 to 4.0.5
    lovelgw committed May 15, 2023
    Configuration menu
    Copy the full SHA
    2a40c76 View commit details
    Browse the repository at this point in the history