feat(api docs): added in bruno api docs

This commit is contained in:
2025-09-05 09:15:32 -05:00
parent 6d5f444471
commit 37bc473f58
6 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
meta {
name: build app V2
type: http
seq: 2
}
post {
url: http://localhost:8080/build
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -0,0 +1,15 @@
meta {
name: build app
type: http
seq: 1
}
post {
url: http://localhost:8080/build
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -0,0 +1,8 @@
meta {
name: Controller
seq: 1
}
auth {
mode: inherit
}