mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
fix errors
This commit is contained in:
parent
77df75a038
commit
be1ebce45f
|
@ -13,9 +13,6 @@ info:
|
|||
license:
|
||||
name: "Apache 2.0"
|
||||
url: "http://www.apache.org/licenses/LICENSE-2.0.html"
|
||||
servers:
|
||||
- url:
|
||||
description: Current host server
|
||||
host: "<?php echo $_SERVER['HTTP_HOST']; ?>"
|
||||
basePath: "<?php echo $settings->_httpRoot; ?>restapi/index.php"
|
||||
tags:
|
||||
|
@ -1510,7 +1507,7 @@ paths:
|
|||
produces:
|
||||
- "application/json"
|
||||
consumes:
|
||||
- "application/x-www-form-urlencoded"
|
||||
- "multipart/form-data"
|
||||
parameters:
|
||||
- name: "id"
|
||||
in: "path"
|
||||
|
|
Loading…
Reference in New Issue
Block a user