etoa / etoa-gui

EtoA Game GUI
https://etoa.ch
GNU Affero General Public License v3.0
10 stars 7 forks source link

Single URL style for admin pages #428

Open river-etoa opened 2 years ago

river-etoa commented 2 years ago

Convert all URLs in admin tool to path-style URLs or query-style URLs only.

This avoids problems like https://github.com/etoa/etoa-gui/pull/427

The underlying problem is having a mix between path and query URLs for pages, eg /admin/overview/ and /admin/?page=overview.