cleanup codeigniter code
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
/** Map legacy CodeIgniter-style paths (as stored on roles / nav items) to this SPA. */
|
||||
|
||||
export function spaPathFromCiUrl(url: string | null | undefined): string | null {
|
||||
if (url == null) return null
|
||||
|
||||
Reference in New Issue
Block a user