fix: Fixes naming on routes.

This commit is contained in:
greysoh 2024-04-21 16:09:39 -04:00
parent 1ae93d71f6
commit 86e5728d6c
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
meta { meta {
name: Create User name: Create Backend
type: http type: http
seq: 1 seq: 1
} }

View file

@ -1,5 +1,5 @@
meta { meta {
name: Create User name: Log In User
type: http type: http
seq: 1 seq: 1
} }