Improved routes
No edit summary
No edit summary
Line 23: Line 23:
* Has better order of view for MVC
* Has better order of view for MVC


<pre></pre>
<pre></pre>Related: [[Redirection page]]

Revision as of 15:26, 19 September 2022

        // Better routes App,MVC,Rest
        /// APP
        /// http://localhost:5052/Turnkey/AngularApp#/ViewOneThing/11!1           old
        /// http://localhost:5052/App#/ViewOneThing/11!1                          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

Routes has been added - but application will not use them yet (210314)

Old routes will still function.

In what way are they better:

  • Shorter
  • Does not show Turnkey brand
  • Does not show Angular brand
  • Has better order of api and verb for rest
  • Has better order of view for MVC

Related: Redirection page

This page was edited 81 days ago on 02/10/2024. What links here