Compare commits

..

No commits in common. "f0f4fb77d4b79243401cff1f45f7d3dfdc083ee6" and "f07ca3c1eaf304454e10766618e98b13c7f7c3b6" have entirely different histories.

5 changed files with 6 additions and 7 deletions

1
.gitignore vendored
View File

@ -1 +0,0 @@
oc-datacenter

BIN
oc-datacenter Executable file

Binary file not shown.

View File

@ -3,8 +3,8 @@
// @Description Monitor owned datacenter activity
// @Contact admin@o-cloud.io
// @TermsOfServiceUrl http://cloud.o-forge.io/
// @License MIT
// @LicenseUrl https://opensource.org/license/mit
// @License Apache 2.0
// @LicenseUrl http://www.apache.org/licenses/LICENSE-2.0.html
package routers
import (

View File

@ -9,8 +9,8 @@
"email": "admin@o-cloud.io"
},
"license": {
"name": "MIT",
"url": "https://opensource.org/license/mit"
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"basePath": "/oc/",

View File

@ -8,8 +8,8 @@ info:
contact:
email: admin@o-cloud.io
license:
name: MIT
url: https://opensource.org/license/mit
name: Apache 2.0
url: http://www.apache.org/licenses/LICENSE-2.0.html
basePath: /oc/
paths:
/booking/: