feat: announcement

This commit is contained in:
2026-06-24 17:56:51 +03:30
parent 91b9cbc09e
commit a63cefb80b
7 changed files with 141 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
meta {
name: get announcements
type: http
seq: 2
}
get {
url: {{baseUrl}}/announcements
body: none
auth: inherit
}
settings {
encodeUrl: true
}
docs {
Admin: all announcements, newest first.
}