Update readme
This commit is contained in:
parent
f2dba03c0c
commit
d4204234f4
2 changed files with 6 additions and 8 deletions
12
README.md
12
README.md
|
@ -1,7 +1,7 @@
|
|||
# Wulkanowy Fake Log
|
||||
|
||||
[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/fake-log.svg)](https://circleci.com/gh/wulkanowy/fake-log)
|
||||
[![Greenkeeper badge](https://badges.greenkeeper.io/wulkanowy/fake-log.svg)](https://greenkeeper.io/)
|
||||
[![CircleCI](https://img.shields.io/circleci/project/github/wulkanowy/fake-log.svg?style=flat-square)](https://circleci.com/gh/wulkanowy/fake-log)
|
||||
[![Greenkeeper badge](https://badges.greenkeeper.io/wulkanowy/fake-log.svg?style=flat-square)](https://greenkeeper.io/)
|
||||
|
||||
Fake log for the Wulknaowy app. Used for testing.
|
||||
|
||||
|
@ -14,8 +14,6 @@ $ npm start
|
|||
|
||||
## Login
|
||||
|
||||
**Email**: `jan@fakelog.cf`
|
||||
|
||||
**Password**: `jan123`
|
||||
|
||||
**Log**: `Fakelog` for [fakelog.cf](fakelog.cf) or `Fakelog lokalnie` for local
|
||||
- **Email**: `jan@fakelog.cf`
|
||||
- **Password**: `jan123`
|
||||
- **Log**: `Fakelog` for [fakelog.cf](https://fakelog.cf) or `Fakelog lokalnie` for local
|
||||
|
|
|
@ -482,7 +482,7 @@ router.all("/ZadaniaDomowe.mvc/Get", (req, res) => {
|
|||
};
|
||||
}),
|
||||
"Pokazuj": j < 5
|
||||
}
|
||||
};
|
||||
}),
|
||||
"success": true
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue