Improved routes
Hans Karlsen (talk | contribs) (Created page with "<pre> // Better routes App,MVC,Rest /// APP /// http://localhost:5052/Turnkey/AngularApp#/ViewOneThing/11!1 /// http://localhost:5052/App#/View...") |
Hans Karlsen (talk | contribs) No edit summary |
||
Line 2: | Line 2: | ||
// Better routes App,MVC,Rest | // Better routes App,MVC,Rest | ||
/// APP | /// APP | ||
/// http://localhost:5052/Turnkey/AngularApp#/ViewOneThing/11!1 | /// http://localhost:5052/Turnkey/AngularApp#/ViewOneThing/11!1 old | ||
/// http://localhost:5052/App#/ViewAllThings/$null$ | /// http://localhost:5052/App#/ViewAllThings/$null$ improved | ||
/// | /// | ||
/// MVC | /// MVC | ||
/// http://localhost:5052/Turnkey/Display/11!1?view=ViewOneThingCopy | /// http://localhost:5052/Turnkey/Display/11!1?view=ViewOneThingCopy old | ||
/// http://localhost:5052/MVC/ViewOneThingCopy/11!1 | /// http://localhost:5052/MVC/ViewOneThingCopy/11!1 improved | ||
/// | /// | ||
/// Rest | /// Rest | ||
/// http://localhost:5052/TurnkeyRest/Get?command=ViewOneThing&id=11!1 | /// http://localhost:5052/TurnkeyRest/Get?command=ViewOneThing&id=11!1 old | ||
/// http://localhost:5052/Rest/ViewOneThing/Get?id=11!1 | /// http://localhost:5052/Rest/ViewOneThing/Get?id=11!1 improved | ||
/// http://localhost:5052/Rest/ViewOneThing/Get/11!1 | /// http://localhost:5052/Rest/ViewOneThing/Get/11!1 also improved | ||
</pre> | </pre> |
Revision as of 19:17, 14 March 2021
// Better routes App,MVC,Rest /// APP /// http://localhost:5052/Turnkey/AngularApp#/ViewOneThing/11!1 old /// http://localhost:5052/App#/ViewAllThings/$null$ improved /// /// MVC /// http://localhost:5052/Turnkey/Display/11!1?view=ViewOneThingCopy old /// http://localhost:5052/MVC/ViewOneThingCopy/11!1 improved /// /// Rest /// http://localhost:5052/TurnkeyRest/Get?command=ViewOneThing&id=11!1 old /// http://localhost:5052/Rest/ViewOneThing/Get?id=11!1 improved /// http://localhost:5052/Rest/ViewOneThing/Get/11!1 also improved
This page was edited more than 11 months ago on 02/10/2024. What links here