Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeysova committed Nov 13, 2020
1 parent c619f74 commit 267a6aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion api-internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Sergey Sova <[email protected]>"]
edition = "2018"
name = "accesso-api-internal"
version = "0.1.0"
version = "0.4.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
6 changes: 3 additions & 3 deletions api-internal/openapi.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
openapi: 3.0.1
info:
title: Accesso App Public API.
version: 0.3.0
description: Public API for frontend and OAuth applications [Review Github](https://developer.github.com/apps/building-oauth-apps/authorizing-oauth-apps/)
title: Accesso App Internal API.
version: 0.4.0
description: Internal API for frontend
servers:
- url: http://localhost:9005/
- url: https://auth-dev.atomix.team/api/v0
Expand Down

0 comments on commit 267a6aa

Please sign in to comment.