jhop icon indicating copy to clipboard operation
jhop copied to clipboard

Implement custom routes

Open al3rez opened this issue 6 years ago • 1 comments

jhop would accept a JSON file with the format defined below or a more robust one I don't know yet.

{
"/api/" : "{}",
"/profile/{id}/show": "/profile/{id}",
"/{}/{id}/show": "/{}/{id}"
}

al3rez avatar May 02 '18 12:05 al3rez

Hi! How about this implementation https://github.com/cooldrip/jhop/pull/5 ?

romanyx avatar May 03 '18 08:05 romanyx