mirror of
https://github.com/matsumonkie/izuna.git
synced 2024-11-20 18:40:35 +03:00
c3fc2ab4fc
- [x] app uses an env reader to store the github auth - token (server.dhall is now necessary) - [x] curl /api/pullRequestInfo/[user]/[repo]/[prId] should return: ```json {"commitOids":["4c1604b349f2210e3536a67dbb7e10e9cdc03987","d14bfd4b80e4976de94627b841b8b91a1ab91994"],"targetOid":"a2e858f2e01d1777f67a790088780ea268c611b6"}% iori@eve ~/work/Izuna % ``` - [x] adding default server.dhall.dhist
4 lines
42 B
Plaintext
4 lines
42 B
Plaintext
{ appPort = 3000
|
|
, githubAuthToken = ""
|
|
}
|