Ionic url prefix problem

I have a problem with my url scheme.
an example url: / news /: title-: id gives this error
but /news/:title/:id does not give such an error, but I want to use “-” instead of “/” between variables.