DhavySantos / Arkyo

MIT License
1 stars 0 forks source link

Implement route parsers #4

Open Velasko opened 6 months ago

Velasko commented 6 months ago

They have the need to validate the route.

At the moment, it's mocked and accepts any path inserted.

Velasko commented 6 months ago

Moved the route validating and parsing to Path type. Regex was also delegated there as those are based off the path