File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
# GO Feature Flag API - API to configure your feature flag
2
2
![ WIP] ( https://img.shields.io/badge/status-%E2%9A%A0%EF%B8%8FWIP-red )
3
+ [ ![ Build] ( https://github.com/go-feature-flag/app-api/actions/workflows/ci.yaml/badge.svg )] ( https://github.com/go-feature-flag/app-api/actions/workflows/ci.yaml )
4
+ [ ![ codecov] ( https://codecov.io/github/go-feature-flag/app-api/graph/badge.svg?token=oqi5Ncgefx )] ( https://codecov.io/github/go-feature-flag/app-api )
3
5
4
6
This repository is a work in progress initiative to create an API to manage your feature flags.
5
7
@@ -37,4 +39,4 @@ make build
37
39
./out/bin/goff-api
38
40
```
39
41
40
- When started you can access the swagger UI at [ http://localhost:3001/swagger/ ] ( http://localhost:3001/swagger/ ) .
42
+ When started you can access the swagger UI at [ http://localhost:3001/swagger/ ] ( http://localhost:3001/swagger/ ) .
You can’t perform that action at this time.
0 commit comments