mirror of https://gitee.com/bigwinds/arangodb
remove attribute in method parameter
This commit is contained in:
parent
57fe367f87
commit
b8bfdaf554
|
@ -228,7 +228,7 @@ extend(RequestContext.prototype, {
|
||||||
/// ```js
|
/// ```js
|
||||||
/// app.get("/foxx/:id", function {
|
/// app.get("/foxx/:id", function {
|
||||||
/// // Do something
|
/// // Do something
|
||||||
/// }).pathParam("id", type: joi.number().integer().required().description("Id of the Foxx"));
|
/// }).pathParam("id", joi.number().integer().required().description("Id of the Foxx"));
|
||||||
/// ```
|
/// ```
|
||||||
///
|
///
|
||||||
/// You can also pass in a configuration object instead:
|
/// You can also pass in a configuration object instead:
|
||||||
|
|
Loading…
Reference in New Issue