Repositorio de nos completo

This commit is contained in:
2026-04-17 14:06:41 +02:00
parent fdbb81ba64
commit da2413002b
13 changed files with 337 additions and 23 deletions

View File

@@ -25,5 +25,13 @@ export class NosHttpClient {
)
}
get post() {
return this.client.post
}
get get() {
return this.client.get
}
}