can create app with same name
Open
bug
- Dominant language
- Go
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
><> curl -XPOST localhost:8080/apps -d '{"id": "foo"}'
><> curl -XPOST localhost:8080/apps -d '{"id": "foo"}'
```
Results in
```
><> ./bin/api
INFO[0000] server is now listening at tcp://0.0.0.0:8080
INFO[0008] POST /apps
INFO[0008] created initial release app=foo
INFO[0008] POST /apps
INFO[0008] created initial release app=foo
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.