Skip to content

Commit 254f7fa

Browse files
authored
added endpoints for maap-py to implement OGC endpoints (#166)
1 parent 058b5d2 commit 254f7fa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

api/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ def str2bool(v):
134134
"algorithm_build": "dps/algorithm/build",
135135
"mas_algo": "mas/algorithm",
136136
"dps_job": "dps/job",
137+
"processes_ogc": "ogc/processes",
138+
"deployment_jobs_ogc": "ogc/deploymentJobs",
139+
"jobs_ogc": "ogc/jobs",
137140
"wmts": "wmts",
138141
"member": "members/self",
139142
"member_dps_token": "members/dps/userImpersonationToken",

0 commit comments

Comments
 (0)