updated the course index part

This commit is contained in:
2025-01-22 18:22:04 +08:00
parent b84d9bda94
commit 7644ba35c1
68 changed files with 33316 additions and 27 deletions

View File

@@ -0,0 +1,11 @@
meta {
name: Read Setting
type: http
seq: 1
}
get {
url: {{baseUrl}}/api/v1/setting/
body: none
auth: none
}

View File

@@ -0,0 +1,27 @@
meta {
name: Update Setting
type: http
seq: 2
}
put {
url: {{baseUrl}}/api/v1/setting/
body: json
auth: none
}
body:json {
{
"address": "",
"google_map_api_key": "",
"latitude": "",
"longitude": "",
"phone": "",
"email": "",
"facebook": "",
"instagram": "",
"youtube": "",
"youtube_link": "",
"whatsapp": ""
}
}