feat(frontend): sidebar migration started

This commit is contained in:
2025-09-23 20:54:28 -05:00
parent cb2e6252e0
commit bee436d341
57 changed files with 2608 additions and 359 deletions

View File

@@ -5,16 +5,16 @@ meta {
}
post {
url: http://{{url}}/lst/api/user/register
url: {{url}}/lst/api/user/register
body: json
auth: inherit
}
body:json {
{
"username":"matthes011",
"username":"matthes01",
"name":"blake",
"email":"blake1.matthes@alpla.com",
"email":"blake.matthes@alpla.com",
"password":"nova0511"
}
}