oc-auth/README.md

17 lines
279 B
Markdown
Raw Normal View History

2024-07-26 13:46:05 +02:00
# oc-auth OpenCloud auth service.
Manages user auths
To build :
bee generate routers
bee run -gendoc=true -downdoc=true
2025-03-06 09:46:13 +01:00
OR
make dev
2024-07-26 13:46:05 +02:00
If default Swagger page is displayed instead of tyour api, change url in swagger/index.html file to :
url: "swagger.json"