Closed ValerianClerc closed 4 years ago
Variables in router string throw an Invalid route format error. Ex:
Invalid route format
atlas generate router test -r get="/test/:id/
Result:
Invalid route format: /datum/:id/
Problem:
Variables in router string throw an
Invalid route format
error. Ex:Result: