14 lines
276 B
Markdown
14 lines
276 B
Markdown
|
# oc-workspace OpenCloud workspace service.
|
||
|
|
||
|
Manages user workspaces
|
||
|
|
||
|
To build :
|
||
|
|
||
|
bee generate routers
|
||
|
bee run -gendoc=true -downdoc=true
|
||
|
|
||
|
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
|
||
|
|
||
|
url: "swagger.json"
|
||
|
|